Merge pull request #1168 from rppt/misc/CONTRIBUTE.md

CONTRIBUTING.md: clarify placement of Fixes: tags
This commit is contained in:
rppt 2020-08-06 09:37:17 +03:00 committed by GitHub
commit 487cd0fff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,8 @@ If your change address an issue listed in GitHub, please use `Fixes:` tag with t
Fixes: #339
```
The `Fixes:` tags should be put at the end of the detailed description.
You may refer to [How to Write a Git Commit
Message](https://chris.beams.io/posts/git-commit/) article for
recommendations for good commit message.