Skip to content

Commit

Permalink
docs: Explain GH tag naming
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomSpaceship committed Dec 11, 2024
1 parent f4d1c82 commit 3375323
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/maintenance/github-repo.md
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 |

0 comments on commit 3375323

Please sign in to comment.