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 826bd99

Browse filesBrowse files
lpincaevanlucas
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 e8b1456 commit 826bd99
Copy full SHA for 826bd99

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
@@ -119,6 +119,12 @@ run `git shortlog` or `git log --oneline`.
119119
Check the output of `git log --oneline files_that_you_changed` to find out
120120
what subsystem (or subsystems) your changes touch.
121121

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

123129
### Step 4: Rebase
124130

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.