-
Notifications
You must be signed in to change notification settings - Fork 373
/
labels.json
72 lines (72 loc) · 1.52 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
[
{
"name": "bug",
"color": "d73a4a",
"description": "Something isn't working"
},
{
"name": "bug fix",
"color": "8a1d1c",
"description": "Functionality that fixes a bug"
},
{
"name": "dependencies",
"color": "5319e7",
"description": "Update to the dependencies"
},
{
"name": "documentation",
"color": "0075ca",
"description": "Improvements or additions to documentation"
},
{
"name": "duplicate",
"color": "cfd3d7",
"description": "This issue or pull request already exists"
},
{
"name": "good first issue",
"color": "7057ff",
"description": "Good for newcomers"
},
{
"name": "help wanted",
"color": "008672",
"description": "Extra attention is needed"
},
{
"name": "breaking change",
"color": "a7327e",
"description": "Functionality that contains breaking changes"
},
{
"name": "don't merge",
"color": "b60205",
"description": "Please don't merge this functionality temporarily"
},
{
"name": "feature",
"color": "ffb703",
"description": "New update to Gno"
},
{
"name": "hotfix",
"color": "003049",
"description": "Major bug fix that should be merged ASAP"
},
{
"name": "info needed",
"color": "54eba0",
"description": "More information needed"
},
{
"name": "question",
"color": "fbca04",
"description": "Questions about Gno"
},
{
"name": "investigating",
"color": "8c008c",
"description": "This behavior is still being tested out"
}
]