File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ information regarding the change process:
120
120
for an issue, and/or the hash and commit message if the commit fixes
121
121
a bug in a previous commit. Multiple ` Fixes: ` lines may be added if
122
122
appropriate.
123
+ - A ` Refs: ` line referencing a URL for any relevant background.
123
124
- A ` Reviewed-By: Name <email> ` line for yourself and any
124
125
other Collaborators who have reviewed the change.
125
126
- Useful for @mentions / contact list if something goes wrong in the PR.
Original file line number Diff line number Diff line change @@ -136,10 +136,13 @@ Check the output of `git log --oneline files_that_you_changed` to find out
136
136
what subsystem (or subsystems) your changes touch.
137
137
138
138
If your patch fixes an open issue, you can add a reference to it at the end
139
- of the log. Use the ` Fixes: ` prefix and the full issue URL. For example:
139
+ of the log. Use the ` Fixes: ` prefix and the full issue URL. For other references
140
+ use ` Refs: ` . For example:
140
141
141
142
``` txt
142
143
Fixes: https://github.com/nodejs/node/issues/1337
144
+ Refs: http://eslint.org/docs/rules/space-in-parens.html
145
+ Refs: https://github.com/nodejs/node/pull/3615
143
146
```
144
147
145
148
### Step 4: Rebase
You can’t perform that action at this time.
0 commit comments