From ee8b7960838cb183f6cc6f7ae52066b259290b8a Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 17 Sep 2024 10:59:57 -0400 Subject: [PATCH] STYLE-GUIDE: modernize bug tag to match Gentoo usage --- STYLE-GUIDE.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md index 49827da63..b545def5c 100644 --- a/STYLE-GUIDE.md +++ b/STYLE-GUIDE.md @@ -65,8 +65,7 @@ Further paragraphs come after blank lines. - Use a hanging indent Reported-by: User Name -X-[Distro]-Bug: BugID -X-[Distro]-Bug-URL: URL for the bug (on the distribution's web site typically) +Bug: URL for the bug ``` If you did not write the code and the patch does not include authorship @@ -76,10 +75,8 @@ git commit command to make the authorship correct. The Reported-by tag is required if the person who reported the bug is different from the author and committer. - The X-[Distro]-Bug/Bug-URL tags are required if this commit is related - to a bug reported to us by a specific distribution of linux or a - *BSD. Also, [Distro] should be replaced with the name of the - distribution, e.g. X-Gentoo-Bug. +The Bug tag is required if this commit is related to an issue reported via +an external bug tracker. [1] http://en.wikipedia.org/wiki/Indent_style#BSD_KNF_style [2] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html