From: Emil Velikov Date: Mon, 16 Sep 2024 22:27:09 +0000 (+0100) Subject: CONTRIBUTING.md: s/tag/trailer/ X-Git-Tag: v34~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd69141e1a6910c6e8607c1a4788e68e9b35d7f1;p=thirdparty%2Fkmod.git CONTRIBUTING.md: s/tag/trailer/ There are multiple things commonly referred to as "tags". Use the proper term for what we mean here - trailer. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/134 Signed-off-by: Lucas De Marchi --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c672c116..627e7d74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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