Skip to content

Commit 269582f

Browse files
Create labels.yml for issue categorization
Added various issue labels with descriptions and colors.
1 parent 79b3c7d commit 269582f

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/labels.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
- name: "type:feature"
2+
color: "0e8a16"
3+
description: "No negative impact on current processes; a request for additional functionality"
4+
5+
- name: "type:trivial"
6+
color: "fbca04"
7+
description: "An annoyance or hindrance; a simple workaround is available"
8+
9+
- name: "type:text"
10+
color: "fef2c0"
11+
description: "A tiny negative impact; text-based content needs updating"
12+
13+
- name: "type:tweak"
14+
color: "f9d0c4"
15+
description: "A small negative impact; a workaround is unavailable or very complex/inefficient"
16+
17+
- name: "type:minor"
18+
color: "ff9500"
19+
description: "A medium negative impact; no workaround available"
20+
21+
- name: "type:major"
22+
color: "ff6b35"
23+
description: "A large negative impact; no workaround available"
24+
25+
- name: "type:crash"
26+
color: "d93f0b"
27+
description: "A severe negative impact; hardware or software necessary for job duties is crashed or crashing"
28+
29+
- name: "type:block"
30+
color: "b60205"
31+
description: "A critical negative impact; the issue is holding up progress on another task, project, or issue"

0 commit comments

Comments
 (0)