[PATCH] D70743: Add contributing info to CONTRIBUTING.md and README.md
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 06:10:27 PST 2019
fhahn updated this revision to Diff 231690.
fhahn added a comment.
Change [Contributing Guide](..) to [Contributing to LLVM](..) guide.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70743/new/
https://reviews.llvm.org/D70743
Files:
CONTRIBUTING.md
README.md
Index: README.md
===================================================================
--- README.md
+++ README.md
@@ -4,6 +4,11 @@
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.
+The README briefly describes how to get started with building LLVM.
+For more information on how to contribute to the LLVM project, please
+take a look at the
+[Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide.
+
## Getting Started with the LLVM System
Taken from https://llvm.org/docs/GettingStarted.html.
Index: CONTRIBUTING.md
===================================================================
--- /dev/null
+++ CONTRIBUTING.md
@@ -0,0 +1,10 @@
+# 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 to LLVM](https://llvm.org/docs/Contributing.html) guide. It
+describes how to get involved, raise issues and submit patches. Please note
+that at the moment the LLVM project does not use either Github pull requests
+or Github issues.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70743.231690.patch
Type: text/x-patch
Size: 1173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191202/fd99127c/attachment.bin>
More information about the llvm-commits
mailing list