-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlabels.json
52 lines (52 loc) · 1.31 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
[
{
"name": "is: awaiting changes",
"color": "E02424",
"description": "Changes have been requested before another review can occur"
},
{
"name": "is: urgent",
"color": "E02424",
"description": "Broken functionality is significantly affecting live sites and requires immediate attention"
},
{
"name": "is: blocked",
"color": "E02424",
"description": "Progress is prevented because of an unresolved dependency within the project"
},
{
"name": "is: on hold",
"color": "E02424",
"description": "Work was started but has since been paused due to circumstances beyond our control"
},
{
"name": "needs: design",
"color": "FCE96A",
"description": "Design direction is needed"
},
{
"name": "type: bug",
"color": "E02424",
"description": "Existing functionality is broken"
},
{
"name": "type: chore",
"color": "1C64F2",
"description": "General platform functionality that does not fall neatly into another category"
},
{
"name": "type: enhancement",
"color": "057A55",
"description": "An improvement to existing user-facing functionality"
},
{
"name": "type: new feature",
"color": "057A55",
"description": "New user-facing functionality is required"
},
{
"name": "type: integration",
"color": "057A55",
"description": "An integration with a third-party application"
}
]