-
Notifications
You must be signed in to change notification settings - Fork 14
/
labels.json
executable file
·58 lines (58 loc) · 907 Bytes
/
labels.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"name": "[Status] Rejected",
"color": "#ececec"
},
{
"name": "[Status] Submitted",
"color": "#fef2c0"
},
{
"name": "[Status] In Progress",
"color": "#bfe5bf"
},
{
"name": "[Status] Blocked",
"color": "#e11d21"
},
{
"name": "[Status] Abandoned",
"color": "#ececec"
},
{
"name": "[Status] Accepted",
"color": "#009800"
},
{
"name": "[Priority] Critical",
"color": "#e11d21"
},
{
"name": "[Priority] High",
"color": "#fad8c7"
},
{
"name": "[Priority] Low",
"color": "#bfe5bf"
},
{
"name": "[Priority] Medium",
"color": "#fef2c0"
},
{
"name": "[Type] Bug",
"color": "#e11d21"
},
{
"name": "[Type] Enhancement",
"color": "#c7def8"
},
{
"name": "[Type] Maintenance",
"color": "#fef2c0"
},
{
"name": "[Type] Question",
"color": "#d4c5f9"
}
]