From effcdc3a82f2a32829170e7f7a2ff3d7853b612d Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Mon, 2 Dec 2019 15:46:47 +0000 Subject: Add contributing info to CONTRIBUTING.md and README.md 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. It also updates README.md to link to Contributing.html. [1] http://lists.llvm.org/pipermail/llvm-dev/2019-November/137141.html Reviewers: tonic, rnk, jhenderson, meikeb Reviewed By: rnk, jhenderson, meikeb Differential Revision: https://reviews.llvm.org/D70743 --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000000..e1fd264e6824 --- /dev/null +++ b/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. -- cgit v1.2.1