-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathlabels.json
72 lines (72 loc) · 1.54 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
70
71
72
[
{
"color": "0E8A16",
"description": "Please, send a pull request to resolve this!",
"name": "accepting prs"
},
{
"color": "0075ca",
"description": "Improvements or additions to docs",
"name": "area: documentation"
},
{
"color": "6009D7",
"description": "Improving how the repository's tests are run and/or code is tested",
"name": "area: testing"
},
{
"color": "f9d0c4",
"description": "Managing the repository's maintenance",
"name": "area: tooling"
},
{
"color": "5319E7",
"description": "Good for newcomers, please hop on!",
"name": "good first issue"
},
{
"color": "7a5901",
"description": "This doesn't seem right",
"name": "invalid"
},
{
"color": "#ddcccc",
"description": "Waiting for something else to be resolved",
"name": "status: blocked"
},
{
"color": "cfd3d7",
"description": "This issue or pull request already exists",
"name": "status: duplicate"
},
{
"color": "D3F82D",
"description": "Further research required...?",
"name": "status: needs investigation"
},
{
"color": "E4BC82",
"description": "Needs an action taken by the original poster",
"name": "status: waiting for author"
},
{
"color": "d73a4a",
"description": "Something isn't working",
"name": "type: bug"
},
{
"color": "a2eeef",
"description": "New enhancement or request",
"name": "type: feature"
},
{
"color": "d876e3",
"description": "Further information is requested",
"name": "type: question"
},
{
"color": "ffffff",
"description": "This will not be worked on",
"name": "wontfix"
}
]