1
+ labels :
2
+ - name : ' Type: Bug'
3
+ color : e80c0c
4
+ description : Something isn't working as expected.
5
+
6
+ - name : ' Type: Enhancement'
7
+ color : 54b2ff
8
+ description : Suggest an improvement for an existing feature.
9
+
10
+ - name : ' Type: Feature'
11
+ color : 54b2ff
12
+ description : Suggest a new feature.
13
+
14
+ - name : ' Type: Security'
15
+ color : fbff00
16
+ description : A problem or enhancement related to a security issue.
17
+
18
+ - name : ' Type: Question'
19
+ color : 9309ab
20
+ description : Request for information.
21
+
22
+ - name : ' Type: Test'
23
+ color : ce54e3
24
+ description : A problem or enhancement related to a test.
25
+
26
+ - name : ' Status: Awaiting Review'
27
+ color : 24d15d
28
+ description : Ready for review.
29
+
30
+ - name : ' Status: WIP'
31
+ color : 07b340
32
+ description : Currently being worked on.
33
+
34
+ - name : ' Status: Waiting'
35
+ color : 38C968
36
+ description : Waiting on something else to be ready.
37
+
38
+ - name : ' Status: Stale'
39
+ color : 66b38a
40
+ description : Has had no activity for some time.
41
+
42
+ - name : ' Duplicate'
43
+ color : EB862D
44
+ description : Duplicate of another issue.
45
+
46
+ - name : ' Invalid'
47
+ color : faef50
48
+ description : This issue doesn't seem right.
49
+
50
+ - name : ' Priority: High +'
51
+ color : ff008c
52
+ description : Task is considered higher-priority.
53
+
54
+ - name : ' Priority: Low -'
55
+ color : 690a34
56
+ description : Task is considered lower-priority.
57
+
58
+ - name : ' Documentation'
59
+ color : 2fbceb
60
+ description : An issue/change with the documentation.
61
+
62
+ - name : " Won't fix"
63
+ color : C8D9E6
64
+ description : Reported issue is working as intended.
65
+
66
+ - name : ' 3rd party issue'
67
+ color : e88707
68
+ description : This issue might be caused by a 3rd party script/package/other reasons
69
+
70
+ - name : ' Os: Windows'
71
+ color : AEB1C2
72
+ description : Is Windows-specific
73
+
74
+ - name : ' Os: Mac'
75
+ color : AEB1C2
76
+ description : Is Mac-specific
77
+
78
+ - name : ' Os: Linux'
79
+ color : AEB1C2
80
+ description : Is Linux-specific
0 commit comments