aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 45f058dfd1d3..f5ae3e8fccc9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,6 +30,8 @@ A pull request will be considered if:
* Commits should include one or more `Signed-off-by:` lines with full name and email address certifying https://developercertificate.org/[Developer Certificate of Origin].
* The commits follow FreeBSD's style guide. See [Style](#Style).
* The commits should not introduce trailing white space.
+* If the commmit fixes a bug, please add 'PR: <bugnumber>' to the comment message.
+* If there's a code review in phabricator, please include a link as a 'Differential Revision: ' line.
When updating your pull request, please rebase with a forced push rather than a
merge commit.