Skip to content

Commit

Permalink
CONTRIBUTING.md: Suggest PR and Differential Revision lines
Browse files Browse the repository at this point in the history
When there's an open PR and/or a Differential Revision, people
evaluating the pull request will want to look at them. Suggest that the
submitter include this information to make it easier to process.

Sponsored by:		Netflix
  • Loading branch information
bsdimp committed Feb 28, 2023
1 parent 81ef45e commit 873c13f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 873c13f

Please sign in to comment.