aboutsummaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTE.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-03-21 00:41:56 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-03-21 00:41:56 +0100
commit0005d00766bdaf95e23a44bd5355f68c3340b96e (patch)
treeb420a25502a9c1f063a06ff1d6e851c9f82a5d1d /docs/CONTRIBUTE.md
parentde2b31aa5adc60ec2aeb59e345310ab470d6e08a (diff)
CONTRIBUTE: mention referring to github issues in commit msgs
Diffstat (limited to 'docs/CONTRIBUTE.md')
-rw-r--r--docs/CONTRIBUTE.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/CONTRIBUTE.md b/docs/CONTRIBUTE.md
index e77c36544..ba803c34f 100644
--- a/docs/CONTRIBUTE.md
+++ b/docs/CONTRIBUTE.md
@@ -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