This repository was archived by the owner on Aug 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlabels.json
54 lines (54 loc) · 1.59 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
{
"map": {
"In Code Review": "flow: In review",
"In Progress": "flow: In progress",
"Test label": null,
"bug": "Bug",
"duplicate": "Duplicate",
"duplicate": "type: Duplicate",
"enhancement": "type: Feature request",
"flow: Blocked": "Blocked",
"flow: Blocking next release": null,
"flow: In progress": null,
"flow: In review": null,
"flow: Needing clarification": "Needs clarification",
"flow: Needing research": "Needs research",
"flow: Ready for action": null,
"help wanted": null,
"invalid": "type: Won't fix",
"question": "Question",
"question": "type: Question",
"type: API change": "API change",
"type: Bug": "Bug",
"type: Documentation": "Documentation",
"type: Duplicate": "Duplicate",
"type: Feature request": "Feature request",
"type: Internal cleanup": "Internal cleanup",
"type: Process": "Process",
"type: Question": "Question",
"type: Visual bug": "Bug",
"type: Won't fix": "Won't fix",
"type: Working as intended": "Working as intended",
"Visual bug": "Bug",
"wontfix": "Won't fix"
},
"labels": {
"API change": "BBDEFB",
"Blocked": "F44336",
"Bug": "F44336",
"Documentation": "BBDEFB",
"Duplicate": "EEEEEE",
"Feature request": "BBDEFB",
"Internal cleanup": "BBDEFB",
"Needs clarification": "F29E73",
"Needs research": "F29E73",
"Newbie friendly": "333333",
"Process": "BBDEFB",
"Prototype": "BBDEFB",
"Question": "673AB7",
"Tests": "BBDEFB",
"Bug": "F44336",
"Won't fix": "EEEEEE",
"Working as intended": "EEEEEE"
}
}