From dd69141e1a6910c6e8607c1a4788e68e9b35d7f1 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Sep 2024 23:27:09 +0100 Subject: [PATCH] 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 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3