1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.

llvm-svn: 237405
This commit is contained in:
Nick Lewycky 2015-05-14 23:21:33 +00:00
parent ebb5069d3b
commit c31bb2286f

View File

@ -324,6 +324,11 @@ Below are some guidelines about the format of the message itself:
* Text formatting and spelling should follow the same rules as documentation
and in-code comments, ex. capitalization, full stop, etc.
* If the commit is a bug fix on top of another recently committed patch, or a
revert or reapply of a patch, include the svn revision number of the prior
related commit. This could be as simple as "Revert rNNNN because it caused
PR#".
For minor violations of these recommendations, the community normally favors
reminding the contributor of this policy over reverting. Minor corrections and
omissions can be handled by sending a reply to the commits mailing list.