-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
69 lines (67 loc) · 1.51 KB
/
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
59
60
61
62
63
64
65
66
67
68
69
[
{
"name": "firebase",
"color": "5319E7",
"description": "The item is related to the firebase code"
},
{
"name": "admin",
"color": "5319E7",
"description": "The item is related to the admin frontend or backend code"
},
{
"name": "app",
"color": "0E8A16",
"description": "The item is related to the app code"
},
{
"name": "web",
"color": "FBCA04",
"description": "The item is related to the web app code"
},
{
"name": "types",
"color": "0052CC",
"description": "The item is related to the types code"
},
{
"name": "tests",
"color": "006B75",
"description": "The item is related to the tests code"
},
{
"name": "actions",
"color": "FBCA04",
"description": "The item is related to the actions code"
},
{
"name": "bug",
"color": "B60205",
"description": "The item fixes bug or is bug report"
},
{
"name": "feature",
"color": "C5DEF5",
"description": "The item is about new feature"
},
{
"name": "enhancement",
"color": "C2E0C6",
"description": "The item is enhancement to the development experience, user experience or speed optimization"
},
{
"name": "priority:low",
"color": "D4C5F9",
"description": "The item is with low priority"
},
{
"name": "priority:normal",
"color": "1D76DB",
"description": "The item is with normal priority"
},
{
"name": "priority:high",
"color": "B60205",
"description": "The item is with high priority"
}
]