Skip to content

Commit 5b807ac

Browse files
lpincaMyles Borins
authored and
Myles Borins
committedJul 14, 2016
doc: specify how to link issues in commit log
PR-URL: #7161 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ecf5c1c commit 5b807ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ run `git shortlog` or `git log --oneline`.
120120
Check the output of `git log --oneline files_that_you_changed` to find out
121121
what subsystem (or subsystems) your changes touch.
122122

123+
If your patch fixes an open issue, you can add a reference to it at the end
124+
of the log. Use the `Fixes:` prefix and the full issue URL. For example:
125+
126+
```
127+
Fixes: https://github.com/nodejs/node/issues/1337
128+
```
123129

124130
### Step 4: Rebase
125131

0 commit comments

Comments
 (0)
Please sign in to comment.