mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: specify how to link issues in commit log
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
James M Snell
parent
d413378e51
commit
8a53bd464e
@@ -119,6 +119,12 @@ run `git shortlog` or `git log --oneline`.
|
||||
Check the output of `git log --oneline files_that_you_changed` to find out
|
||||
what subsystem (or subsystems) your changes touch.
|
||||
|
||||
If your patch fixes an open issue, you can add a reference to it at the end
|
||||
of the log. Use the `Fixes:` prefix and the full issue URL. For example:
|
||||
|
||||
```
|
||||
Fixes: https://github.com/nodejs/node/issues/1337
|
||||
```
|
||||
|
||||
### Step 4: Rebase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user