-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlabels.json
More file actions
54 lines (54 loc) Β· 876 Bytes
/
labels.json
File metadata and controls
54 lines (54 loc) Β· 876 Bytes
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
[
{
"name" : "priority: high",
"color": "ca4b25"
},
{
"name" : "priority: low",
"color": "76caa6"
},
{
"name" : "priority: maximum",
"color": "aa2119"
},
{
"name" : "priority: medium",
"color": "f6ca46"
},
{
"name" : "source: back βοΈ",
"color": "2e6ec1"
},
{
"name" : "source: front π¨",
"color": "4b28e1"
},
{
"name" : "type: bug π",
"color": "eb4037"
},
{
"name" : "type: discussion βοΈ",
"color": "d1c6f2"
},
{
"name" : "type: documentation π",
"color": "2a6975"
},
{
"name" : "type: enhancement π
",
"color": "491cb2"
},
{
"name" : "type: feature request π",
"color": "8ab6e7"
},
{
"name" : "type: help wanted π€·β",
"color": "66da6c"
},
{
"name" : "type: question π",
"color": "bd407a"
}
]