]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
CONTRIBUTING.md: s/tag/trailer/
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 16 Sep 2024 22:27:09 +0000 (23:27 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 17 Sep 2024 02:49:47 +0000 (21:49 -0500)
There are multiple things commonly referred to as "tags". Use the proper
term for what we mean here - trailer.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/134
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
CONTRIBUTING.md

index c672c116cd05377d48400b5f0fb04d1f8b27b8f3..627e7d746c6fd0b1649778cd324239490427d72c 100644 (file)
@@ -16,15 +16,15 @@ Commit messages are in imperative mood and merges are to be avoided.
 When in doubt, or need a regresher, checking through the output of `git log` is
 highly recommended.
 
-## Commit tags
+## Commit tailers
 
 Commit messages, apart from stating why a particular change is made, can include
-a range of tags.
+a range of trailers.
 
 ### Issues, feature requests
 
 Whenever a patch resolves a particular issue, be that one on our [GitHub
-tracker] or elsewhere, use the `Closes:` tag followed by the full URL.
+tracker] or elsewhere, use the `Closes:` trailer followed by the full URL.
 
     Closes: https://github.com/kmod-project/kmod/issues/65