Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5b807ac

Browse filesBrowse files
lpincaMyles Borins
authored andcommitted
doc: specify how to link issues in commit log
PR-URL: #7161 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ecf5c1c commit 5b807ac
Copy full SHA for 5b807ac

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.