mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-21 16:36:51 +00:00
48 lines
1.6 KiB
Markdown
48 lines
1.6 KiB
Markdown
# Label Guide
|
|
|
|
Every label in this repository, what it means, and how it ranks. Rating
|
|
tiers always carry emoji prefixes with a low→high gradient; other
|
|
labels may or may not — per dimension, either all labels carry an emoji or
|
|
none do, never mixed. Write labels in the repo's primary language.
|
|
|
|
## Priority (P0 → P3)
|
|
|
|
| Label | Meaning |
|
|
|---|---|
|
|
| `P0` | Emergency: data loss, security bypass, crash loop, unusable core |
|
|
| `P1` | High: blocks planned work, needs attention soon |
|
|
| `P2` | Medium: normal priority |
|
|
| `P3` | Low: nice to have |
|
|
|
|
## Impact (severity)
|
|
|
|
| Label | Meaning |
|
|
|---|---|
|
|
| `impact: security` | Security boundary, credentials, authz, sandbox, sensitive data |
|
|
| `impact: data-loss` | Loses, corrupts, or drops user/session/config data |
|
|
| `impact: availability` | Crash, hang, restart loop, or process outage |
|
|
|
|
## Rating labels (low → high)
|
|
|
|
| Rank | Label | Meaning |
|
|
|---|---|---|
|
|
| 1 | `rating: <emoji> <name>` | lowest tier — describe what it means |
|
|
| 2 | `rating: <emoji> <name>` | ... |
|
|
| 3 | `rating: <emoji> <name>` | ... |
|
|
| ... | ... | highest tier — describe what it means |
|
|
|
|
> Rating tiers are the only labels that MUST carry an emoji — the low→high
|
|
> gradient makes the ranking unambiguous.
|
|
|
|
## Other labels
|
|
|
|
| Label | Meaning |
|
|
|---|---|
|
|
| `bug` | Something isn't working as expected |
|
|
| `enhancement` | New feature or request |
|
|
| `documentation` | Improvements or additions to documentation |
|
|
| `status: ready to merge` | Approved and ready to merge |
|
|
| ... | ... |
|
|
|
|
> Maintained by repo-standardizer — keep in sync whenever labels change.
|