summaryrefslogtreecommitdiff
path: root/docs/DeveloperPolicy.rst
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-10-11 19:40:46 +0000
committerManuel Klimek <klimek@google.com>2012-10-11 19:40:46 +0000
commit81eb88f7d2a33a1ef1f5b3b6dea14415593f6544 (patch)
tree52660e84966dbc7d4d3e4c969848a6783e4b62e4 /docs/DeveloperPolicy.rst
parentf3840d2c16a4ec4c879a8ded402835746de380f8 (diff)
downloadllvm-81eb88f7d2a33a1ef1f5b3b6dea14415593f6544.tar.gz
llvm-81eb88f7d2a33a1ef1f5b3b6dea14415593f6544.tar.bz2
llvm-81eb88f7d2a33a1ef1f5b3b6dea14415593f6544.tar.xz
Adds Phabricator documentation. This is a first step that answers many questions we have seen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.rst')
-rw-r--r--docs/DeveloperPolicy.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst
index f940dbc579..391b43a3a2 100644
--- a/docs/DeveloperPolicy.rst
+++ b/docs/DeveloperPolicy.rst
@@ -137,6 +137,10 @@ reviewees. If someone is kind enough to review your code, you should return the
favor for someone else. Note that anyone is welcome to review and give feedback
on a patch, but only people with Subversion write access can approve it.
+There is a web based code review tool that can optionally be used
+for code reviews. See the documentation on `Code Reviews with
+Phabricator <Phabricator.html>`_.
+
Code Owners
-----------