File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ Git commits should be as granular as possible. When working on a fix for issue X
95
95
* Do not end the subject line with a period
96
96
* Wrap lines at 72 characters
97
97
* Use the body to explain * what* and * why* not * how* (which can be seen in the diff)
98
- * Reference issues at the end of the first line
99
- * For referencing issues in the same repository use the short form ("#14 " not "https://github.com/metafacture/metafacture-core/issues/14 ")
98
+ * Reference issues in the same repository at the end of the first line using the short form (e.g. #14 )
100
99
101
100
For details, see [ these] ( https://chris.beams.io/posts/git-commit/ ) [ posts] ( https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) .
102
101
You can’t perform that action at this time.
0 commit comments