We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327a89e commit 93652f9Copy full SHA for 93652f9
doc/contributing/pull-requests.md
@@ -184,6 +184,11 @@ A good commit message should describe what changed and why.
184
of the log. Use the `Fixes:` prefix and the full issue URL. For other
185
references use `Refs:`.
186
187
+ `Fixes:` and `Refs:` trailers get automatically added to your commit message
188
+ when the Pull Request lands as long as they are included in the
189
+ Pull Request's description. If the Pull Request lands in several commits,
190
+ by default the trailers found in the description are added to each commits.
191
+
192
Examples:
193
194
* `Fixes: https://github.com/nodejs/node/issues/1337`
0 commit comments