]> granicus.if.org Git - curl/commitdiff
CONTRIBUTE: mention referring to github issues in commit msgs
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Mar 2017 23:41:56 +0000 (00:41 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Mar 2017 23:41:56 +0000 (00:41 +0100)
docs/CONTRIBUTE.md

index e77c365449dcdd76dab7de0a2df1f144b11c841d..ba803c34ffa57024797bf4f6c197fb383d1297fb 100644 (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
     it fixes and everything else that is related]
            -- empty line --
+    [Closes/Fixes #1234 - if this closes or fixes a github issue]
     [Bug: URL to source of the report or more related discussion]
     [Reported-by: John Doe - credit the reporter]
     [whatever-else-by: credit all helpers, finders, doers]
     ---- stop ----
 
-Don't forget to use commit --author="" if you commit someone else's work,
-and make sure that you have your own user and email setup correctly in git
-before you commit
+Don't forget to use commit --author="" if you commit someone else's work, and
+make sure that you have your own user and email setup correctly in git before
+you commit
 
 ### Write Access to git Repository