[PATCH] D70743: Add CONTRIBUTING.md
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 14:03:24 PST 2019
fhahn created this revision.
fhahn added reviewers: tonic, rnk, jhenderson, meikeb.
Herald added a project: LLVM.
As discussed on llvm-dev [1], this patch adds a brief CONTRIBUTING.md to
the top-level of the repo, with a pointer to Contributing.html. This
should make it easier to discover the contributing information and also
be highlighted in the Github UI.
[1] http://lists.llvm.org/pipermail/llvm-dev/2019-November/137141.html
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70743
Files:
CONTRIBUTING.md
Index: CONTRIBUTING.md
===================================================================
--- /dev/null
+++ CONTRIBUTING.md
@@ -0,0 +1,9 @@
+# Contributing to LLVM
+
+Thank you for your interest in contributing to LLVM! There are many ways to
+contribute, and we appreciate all contributions.
+
+To get started with contributing, please take a look at the
+[Contributing Guide](https://llvm.org/docs/Contributing.html). It describes how
+to get involved, raise issues and submit patches. Please note that at the moment
+the LLVM project does use neither Github pull requests nor Github issues.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70743.231132.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191126/3f0baaa9/attachment.bin>
More information about the llvm-commits
mailing list