[llvm] 9d35c17 - [docs] Set Phabricator as the tool for pre-commit reviews

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 7 09:52:03 PDT 2021


Author: Krzysztof Parzyszek
Date: 2021-06-07T11:50:52-05:00
New Revision: 9d35c1701f264398814e7f54ae4a014ab0030bf1

URL: https://github.com/llvm/llvm-project/commit/9d35c1701f264398814e7f54ae4a014ab0030bf1
DIFF: https://github.com/llvm/llvm-project/commit/9d35c1701f264398814e7f54ae4a014ab0030bf1.diff

LOG: [docs] Set Phabricator as the tool for pre-commit reviews

Differential Revision: https://reviews.llvm.org/D103811

Added: 
    

Modified: 
    llvm/docs/CodeReview.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CodeReview.rst b/llvm/docs/CodeReview.rst
index c272cf34694f2..a22141c142d67 100644
--- a/llvm/docs/CodeReview.rst
+++ b/llvm/docs/CodeReview.rst
@@ -78,9 +78,10 @@ author, for example, might no longer be an active contributor to the project.
 What Tools Are Used for Code Review?
 ------------------------------------
 
-Code reviews are conducted, in order of preference, on our web-based
-code-review tool (see :doc:`Phabricator`), by email on the relevant project's
-commit mailing list, on the project's development list, or on the bug tracker.
+Pre-commit code reviews are conducted on our web-based code-review tool (see
+:doc:`Phabricator`). Post-commit reviews can be done on Phabricator, by email
+on the relevant project's commit mailing list, on the project's development
+list, or on the bug tracker.
 
 When Is an RFC Required?
 ------------------------


        


More information about the llvm-commits mailing list