-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathdefault-github-labels.json
157 lines (157 loc) · 2.99 KB
/
default-github-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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
[
{
"name": "priority: mvp",
"color": "d93f0b",
"description": ""
},
{
"name": "priority: mvp-polish",
"color": "99ff99",
"description": ""
},
{
"name": "priority: blocks release",
"color": "e92332",
"description": ""
},
{
"name": "priority: p1",
"color": "ff0039",
"description": "Issues at this priority level should be fixed for the next release."
},
{
"name": "priority: p2",
"color": "d70022",
"description": "Issues at this level should be fixed within the next few releases."
},
{
"name": "priority: p3",
"color": "a4000f",
"description": "This priority level reflects our backlog."
},
{
"name": "priority: p4",
"color": "5a0002",
"description": "Lower priority backlog. These are potentially good candidates for contributions."
},
{
"name": "priority: p5",
"color": "3e0200",
"description": "Very low priority issues. Patches from contributors may be considered."
},
{
"name": "type: bug",
"color": "c01068",
"description": ""
},
{
"name": "type: papercut",
"color": "c01068",
"description": ""
},
{
"name": "type: question",
"color": "c01068",
"description": ""
},
{
"name": "type: regression",
"color": "c01068",
"description": ""
},
{
"name": "type: prod_bug",
"color": "c01068",
"description": "Label for bugs discovered in production, but reproducible also in -dev and stage."
},
{
"name": "qa: not needed",
"color": "fef1af",
"description": ""
},
{
"name": "qa: extra",
"color": "fef1af",
"description": ""
},
{
"name": "state: blocked by upstream",
"color": "ffa500",
"description": ""
},
{
"name": "state: blocked",
"color": "ffa500",
"description": ""
},
{
"name": "state: do not merge",
"color": "ffa500",
"description": ""
},
{
"name": "state: verified fixed",
"color": "5fbf36",
"description": ""
},
{
"name": "state: wontfix",
"color": "eeeeee",
"description": ""
},
{
"name": "needs: ux",
"color": "9924b0",
"description": ""
},
{
"name": "needs: product",
"color": "9924b0",
"description": ""
},
{
"name": "needs: ops",
"color": "9924b0",
"description": ""
},
{
"name": "needs: info",
"color": "9924b0",
"description": ""
},
{
"name": "needs: editorial",
"color": "9924b0",
"description": ""
},
{
"name": "neverstale",
"color": "ffa500",
"description": ""
},
{
"name": "contrib: assigned",
"color": "c9b4f9",
"description": ""
},
{
"name": "contrib: good first bug",
"color": "c9b4f9",
"description": ""
},
{
"name": "contrib: maybe good first bug",
"color": "c9b4f9",
"description": ""
},
{
"name": "contrib: welcome",
"color": "c9b4f9",
"description": ""
},
{
"name": "contrib: mentor assigned",
"color": "c9b4f9",
"description": ""
}
]