CONTRIBUTE: mention referring to github issues in commit msgs

This commit is contained in:
Daniel Stenberg 2017-03-21 00:41:56 +01:00
parent de2b31aa5a
commit 0005d00766

View File

@ -175,14 +175,15 @@ A short guide to how to write commit messages in the curl project.
possible as to why this change is made, and possibly what things possible as to why this change is made, and possibly what things
it fixes and everything else that is related] it fixes and everything else that is related]
-- empty line -- -- empty line --
[Closes/Fixes #1234 - if this closes or fixes a github issue]
[Bug: URL to source of the report or more related discussion] [Bug: URL to source of the report or more related discussion]
[Reported-by: John Doe - credit the reporter] [Reported-by: John Doe - credit the reporter]
[whatever-else-by: credit all helpers, finders, doers] [whatever-else-by: credit all helpers, finders, doers]
---- stop ---- ---- stop ----
Don't forget to use commit --author="" if you commit someone else's work, Don't forget to use commit --author="" if you commit someone else's work, and
and make sure that you have your own user and email setup correctly in git make sure that you have your own user and email setup correctly in git before
before you commit you commit
### Write Access to git Repository ### Write Access to git Repository