| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ecf5c1c commit 5b807ac
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -120,6 +120,12 @@ run `git shortlog` or `git log --oneline`. | |||
| 120 | 120 | Check the output of `git log --oneline files_that_you_changed` to find out | |
| 121 | 121 | what subsystem (or subsystems) your changes touch. | |
| 122 | 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 | + ``` | ||
| 123 | 129 | ||
| 124 | 130 | ### Step 4: Rebase | |
| 125 | 131 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments