Skip to content

Commit

Permalink
STYLE-GUIDE: modernize bug tag to match Gentoo usage
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Sep 17, 2024
1 parent 8cafbb7 commit ee8b796
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions STYLE-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ Further paragraphs come after blank lines.
- Use a hanging indent
Reported-by: User Name <email>
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
Expand All @@ -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

0 comments on commit ee8b796

Please sign in to comment.