-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgithub-labels.json
More file actions
92 lines (92 loc) · 1.74 KB
/
github-labels.json
File metadata and controls
92 lines (92 loc) · 1.74 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"name": "good first issue",
"color": "7057ff",
"description": "Good for newcomers"
},
{
"name": "help wanted",
"color": "008672",
"description": "Extra attention is needed"
},
{
"name": "priority: critical",
"color": "b60205",
"description": ""
},
{
"name": "priority: high",
"color": "d93f0b",
"description": ""
},
{
"name": "priority: low",
"color": "0e8a16",
"description": ""
},
{
"name": "priority: medium",
"color": "fbca04",
"description": ""
},
{
"name": "status: can't reproduce",
"color": "fec1c1",
"description": ""
},
{
"name": "status: confirmed",
"color": "215cea",
"description": ""
},
{
"name": "status: duplicate",
"color": "cfd3d7",
"description": "This issue or pull request already exists"
},
{
"name": "status: needs information",
"color": "fef2c0",
"description": ""
},
{
"name": "status: wont do/fix",
"color": "eeeeee",
"description": "This will not be worked on"
},
{
"name": "type: bug",
"color": "d73a4a",
"description": "Something isn't working"
},
{
"name": "type: discussion",
"color": "d4c5f9",
"description": ""
},
{
"name": "type: documentation",
"color": "006b75",
"description": ""
},
{
"name": "type: enhancement",
"color": "84b6eb",
"description": ""
},
{
"name": "type: epic",
"color": "3E4B9E",
"description": "A theme of work that contain sub-tasks"
},
{
"name": "type: feature request",
"color": "fbca04",
"description": "New feature or request"
},
{
"name": "type: question",
"color": "d876e3",
"description": "Further information is requested"
}
]