1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Managed by IssueSpec. Hand edits are welcome; keep the schema valid.
labels:
- name: bug
color: "#d73a4a"
description: Something is not working
- name: documentation
color: "#0075ca"
description: Improvements or additions to documentation
- name: enhancement
color: "#a2eeef"
description: New feature or request
- name: question
color: "#d876e3"
description: Further information is requested
- name: wontfix
color: "#ffffff"
description: This will not be worked on
- name: priority::low
color: "#c5def5"
description: Can wait
- name: priority::medium
color: "#fbca04"
description: Normal priority
- name: priority::high
color: "#d93f0b"
description: Should be picked up next
- name: priority::urgent
color: "#b60205"
description: Drop everything
- name: kind::bug
color: "#d73a4a"
description: Something is broken
- name: kind::feature
color: "#0e8a16"
description: Something new
- name: kind::chore
color: "#bfdadc"
description: Maintenance, no visible change
|