forked from OSchip/llvm-project
[doc] Clarify steps for contributors without commit access.
Summary: Update the Phabricator docs to clarify how changes are merged for contributors without commit access. Reviewers: delcypher, aaron.ballman Subscribers: aaron.ballman, anmol, llvm-commits Differential Revision: https://reviews.llvm.org/D28184 llvm-svn: 290767
This commit is contained in:
parent
8ab17a30a2
commit
e7407ba1ef
|
@ -128,8 +128,12 @@ Committing a change
|
|||
-------------------
|
||||
|
||||
Once a patch has been reviewed and approved on Phabricator it can then be
|
||||
committed to trunk. There are multiple workflows to achieve this. Whichever
|
||||
method you follow it is recommend that your commit message ends with the line:
|
||||
committed to trunk. If you do not have commit access, someone has to
|
||||
commit the change for you (with attribution). It is sufficient to add
|
||||
a comment to the approved review indicating you cannot commit the patch
|
||||
yourself. If you have commit access, there are multiple workflows to commit the
|
||||
change. Whichever method you follow it is recommend that your commit message
|
||||
ends with the line:
|
||||
|
||||
::
|
||||
|
||||
|
|
Loading…
Reference in New Issue