Skip to content

Commit ae23418

Browse files
committed
Simplify the instructions of referencing issues in commit messages (#375)
1 parent 147a02e commit ae23418

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ Git commits should be as granular as possible. When working on a fix for issue X
9595
* Do not end the subject line with a period
9696
* Wrap lines at 72 characters
9797
* 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)
10099

101100
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).
102101

0 commit comments

Comments
 (0)