diff options
author | Kristof Beyls <kristof.beyls@arm.com> | 2018-11-07 08:49:36 +0000 |
---|---|---|
committer | Kristof Beyls <kristof.beyls@arm.com> | 2018-11-07 08:49:36 +0000 |
commit | a8ffa524986699a2508f2dd5574a5f38e0ae309b (patch) | |
tree | 3248b95cebb1b93a862259548a7f67949d24a587 /llvm/docs/Phabricator.rst | |
parent | 5b7c90b4e2daa902f600d0c05a2c7569c2c74c19 (diff) | |
download | bcm5719-llvm-a8ffa524986699a2508f2dd5574a5f38e0ae309b.tar.gz bcm5719-llvm-a8ffa524986699a2508f2dd5574a5f38e0ae309b.zip |
Introduce bug life cycle documentation.
Document what is expected during:
* triaging
* actively working on a bug
* closing/resolving
Also document how we maintain:
* product/component breakdown
* default-cc lists per component
Differential Revision: https://reviews.llvm.org/D53691
llvm-svn: 346299
Diffstat (limited to 'llvm/docs/Phabricator.rst')
-rw-r--r-- | llvm/docs/Phabricator.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst index 53cb3b5980a..640e1611da6 100644 --- a/llvm/docs/Phabricator.rst +++ b/llvm/docs/Phabricator.rst @@ -94,6 +94,12 @@ them to participate. Many people will see the email notification on cfe-commits or llvm-commits, and if the subject line suggests the patch is something they should look at, they will. + +.. _finding-potential-reviewers: + +Finding potential reviewers +--------------------------- + Here are a couple of ways to pick the initial reviewer(s): * Use ``svn blame`` and the commit log to find names of people who have |