Expand Phabricator docs slightly

llvm-svn: 241161
This commit is contained in:
Scott Douglass 2015-07-01 13:41:18 +00:00
parent bf5e59c78b
commit a0cda9bdb0
1 changed files with 9 additions and 7 deletions

View File

@ -60,26 +60,28 @@ to upload your patch):
To upload a new patch: To upload a new patch:
* Click *Differential*. * Click *Differential*.
* Click *Create Diff*. * Click *+ Create Diff*.
* Paste the text diff or upload the patch file. * Paste the text diff or browse to the patch file. Click *Create Diff*.
Note that TODO * Leave the Repository field blank.
* Leave the drop down on *Create a new Revision...* and click *Continue*. * Leave the drop down on *Create a new Revision...* and click *Continue*.
* Enter a descriptive title and summary. The title and summary are usually * Enter a descriptive title and summary. The title and summary are usually
in the form of a :ref:`commit message <commit messages>`. in the form of a :ref:`commit message <commit messages>`.
* Add reviewers and mailing * Add reviewers and mailing
lists that you want to be included in the review. If your patch is lists that you want to be included in the review. If your patch is
for LLVM, add llvm-commits as a subscriber; if your patch is for Clang, for LLVM, add llvm-commits as a Subscriber; if your patch is for Clang,
add cfe-commits. add cfe-commits.
* Leave the Repository and Project fields blank.
* Click *Save*. * Click *Save*.
To submit an updated patch: To submit an updated patch:
* Click *Differential*. * Click *Differential*.
* Click *Create Diff*. * Click *+ Create Diff*.
* Paste the updated diff. * Paste the updated diff or browse to the updated patch file. Click *Create Diff*.
* Select the review you want to from the *Attach To* dropdown and click * Select the review you want to from the *Attach To* dropdown and click
*Continue*. *Continue*.
* Click *Save*. * Leave the Repository and Project fields blank.
* Add comments about the changes in the new diff. Click *Save*.
Reviewing code with Phabricator Reviewing code with Phabricator
------------------------------- -------------------------------