We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d413378 commit 8a53bd4Copy full SHA for 8a53bd4
CONTRIBUTING.md
@@ -119,6 +119,12 @@ run `git shortlog` or `git log --oneline`.
119
Check the output of `git log --oneline files_that_you_changed` to find out
120
what subsystem (or subsystems) your changes touch.
121
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
128
129
### Step 4: Rebase
130
0 commit comments