-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabel.json
More file actions
62 lines (62 loc) · 1.17 KB
/
label.json
File metadata and controls
62 lines (62 loc) · 1.17 KB
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
[
{
"name": "API",
"color": "03021F",
"description": "Something related to server API"
},
{
"name": "bug",
"color": "d73a4a",
"description": "Something isn't working"
},
{
"name": "bugfix",
"color": "E99695",
"description": "Bug Fixes"
},
{
"name": "cleanup",
"color": "FFFFFF",
"description": "Uncomment, formatting or something"
},
{
"name": "docs",
"color": "C5DEF5",
"description": "Improvements or additions to documentation"
},
{
"name": "chore",
"color": "cfd3d7",
"description": "Changes to the build process or auxiliary tools and libraries"
},
{
"name": "feature",
"color": "C3FF23",
"description": "New feature or request"
},
{
"name": "question",
"color": "F9D0C4",
"description": "Further information is requested"
},
{
"name": "refactor",
"color": "C2E0C6",
"description": "Rewrite the code without changing external behavior"
},
{
"name": "test",
"color": "9CDBF6",
"description": "Something related to testing"
},
{
"name":"style",
"color":"FBCA04",
"description":"Modify or make style component"
},
{
"name":"wontfix",
"color":"ffffff",
"description": "This will not be worked on"
}
]