[llvm] fa913f8 - Add the CodeReview Documentation to GettingInvolved TOC
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 20:59:56 PST 2020
Author: Hal Finkel
Date: 2020-03-07T04:55:46Z
New Revision: fa913f8980de4746122870ecdb55ebc5e7e472c7
URL: https://github.com/llvm/llvm-project/commit/fa913f8980de4746122870ecdb55ebc5e7e472c7
DIFF: https://github.com/llvm/llvm-project/commit/fa913f8980de4746122870ecdb55ebc5e7e472c7.diff
LOG: Add the CodeReview Documentation to GettingInvolved TOC
Added:
Modified:
llvm/docs/GettingInvolved.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst
index c0b514ed2722..7d242fefdd0d 100644
--- a/llvm/docs/GettingInvolved.rst
+++ b/llvm/docs/GettingInvolved.rst
@@ -11,6 +11,7 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
Contributing
DeveloperPolicy
+ CodeReview
SphinxQuickstartTemplate
Phabricator
HowToSubmitABug
@@ -24,6 +25,9 @@ LLVM welcomes contributions of all kinds. To get started, please review the foll
:doc:`DeveloperPolicy`
The LLVM project's policy towards developers and their contributions.
+:doc:`CodeReview`
+ The LLVM project's code-review process.
+
:doc:`SphinxQuickstartTemplate`
A template + tutorial for writing new Sphinx documentation. It is meant
to be read in source form.
More information about the llvm-commits
mailing list