-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4d1c82
commit 3375323
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# GitHub Repository Maintenance | ||
|
||
Just a few things in here which go over some standards in the repo. | ||
|
||
## Tags | ||
|
||
All tags have a two-digit number prepended to their name, which enforces a specific ordering, as well as groups them. | ||
This number also determines their colour. | ||
|
||
| First Digit | Meaning | Colour | | ||
| ----------- | --------------------------------------------------------------------------------- | ----------------- | | ||
| 0 | Issue classification - bug, enhancement, etc | Red | | ||
| 1 | Meta-tags - duplicate, enhancement, etc | Green | | ||
| 2 or 3 | Software-related tags | Teal | | ||
| 4 | Task specific payload tags | Yellow | | ||
| 5 | Subsystem classification (if applicable) - this one's less strict than the others | Dark blue | | ||
| 6 | Build system - Nix, CMake, etc | Purple | | ||
| 7 | Hardware specific issues | Light/pastel teal | |