[PATCH] D70743: Add contributing info to CONTRIBUTING.md and README.md

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 04:14:47 PST 2019


fhahn updated this revision to Diff 231403.
fhahn added a comment.

Update link in readme to point to Contributing.html


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,10 @@
 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 Guide](https://llvm.org/docs/Contributing.html).
+
 ## Getting Started with the LLVM System
 
 Taken from https://llvm.org/docs/GettingStarted.html.
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 not use either Github pull requests or Github issues.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70743.231403.patch
Type: text/x-patch
Size: 1154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191128/a5d0ff67/attachment.bin>


More information about the llvm-commits mailing list