Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Rapoport <rppt@linux.ibm.com>2020-08-05 16:20:10 +0300
committerAndrei Vagin <avagin@gmail.com>2020-10-20 10:18:24 +0300
commit320c88e922c191f508e4fbf8e95809d30a3cc571 (patch)
treeed5ff35312fc40bd9d62e3a23c40ae4d03b0fdbb /CONTRIBUTING.md
parent83be11f1f4a24d05814a66061e04b9b4d0825763 (diff)
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>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d40f0014c..5d803d020 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.