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