diff options
author | Florian Hahn <florian.hahn@arm.com> | 2018-01-04 17:12:21 +0000 |
---|---|---|
committer | Florian Hahn <florian.hahn@arm.com> | 2018-01-04 17:12:21 +0000 |
commit | 57edaa45f47e5720d9e383cef1910b0efe1179ac (patch) | |
tree | 41f22391eb15b6d02f6422a757f9be72bd3e32d7 /llvm/docs/Phabricator.rst | |
parent | 541c5a079773e25fb09f80e8c9147bea1d32cd88 (diff) | |
download | bcm5719-llvm-57edaa45f47e5720d9e383cef1910b0efe1179ac.tar.gz bcm5719-llvm-57edaa45f47e5720d9e383cef1910b0efe1179ac.zip |
[Docs] Add Contributing page.
This new page acts as an entry point for (new) contributors to LLVM and
provides information about
* What to contribute
* How to submit a patch
* Where to start to learn more about LLVM's architecture and internals.
This version of the page duplicates some information from the
DeveloperPolicy and Phabricator pages. Subsequent changes should work
towards moving information for new developers to this page, where it
makes sense.
Reviewers: reames, probinson, kristof.beyls, silvas, rengolin, asb
Reviewed By: silvas
Differential Revision: https://reviews.llvm.org/D41665
llvm-svn: 321804
Diffstat (limited to 'llvm/docs/Phabricator.rst')
-rw-r--r-- | llvm/docs/Phabricator.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst index cc8484cc1e3..ca39c18b65c 100644 --- a/llvm/docs/Phabricator.rst +++ b/llvm/docs/Phabricator.rst @@ -38,6 +38,8 @@ the command line. To get you set up, follow the You can learn more about how to use arc to interact with Phabricator in the `Arcanist User Guide`_. +.. _phabricator-request-review-web: + Requesting a review via the web interface ----------------------------------------- |