2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +00:00

CONTRIBUTING.md: clarify placement of Fixes: tags

The description of the Fixes: tags could be misleading and may be
understood as if "Fixes: " should be the commit summary.

Add a sentence with explicit description of Fixme: tags placement.

Reported-by: Otto Bittner <otto-bittner@gmx.de>
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
This commit is contained in:
Mike Rapoport 2020-08-05 16:20:10 +03:00 committed by Andrei Vagin
parent 83be11f1f4
commit 320c88e922

View File

@ -124,6 +124,8 @@ If your change address an issue listed in GitHub, please use `Fixes:` tag with t
Fixes: #339 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 You may refer to [How to Write a Git Commit
Message](https://chris.beams.io/posts/git-commit/) article for Message](https://chris.beams.io/posts/git-commit/) article for
recommendations for good commit message. recommendations for good commit message.