From: Hal Finkel Date: Sat, 7 Mar 2020 04:55:46 +0000 (+0000) Subject: Add the CodeReview Documentation to GettingInvolved TOC X-Git-Tag: llvmorg-12-init~12699 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa913f8980de4746122870ecdb55ebc5e7e472c7;p=platform%2Fupstream%2Fllvm.git Add the CodeReview Documentation to GettingInvolved TOC --- diff --git a/llvm/docs/GettingInvolved.rst b/llvm/docs/GettingInvolved.rst index c0b514e..7d242fe 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.