forked from OperationCode/operationcode_frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlabels.json
More file actions
17 lines (17 loc) · 807 Bytes
/
labels.json
File metadata and controls
17 lines (17 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
{ "name": "beginner friendly", "color": "#c2e0c6" },
{ "name": "Status: Blocked", "color": "#e11d21" },
{ "name": "Status: Duplicate", "color": "#fef2c0" },
{ "name": "Status: In Progress", "color": "#cccccc" },
{ "name": "Status: Available", "color": "#006b75" },
{ "name": "Status: On Hold", "color": "#e11d21" },
{ "name": "Type: Bug", "color": "#e11d21" },
{ "name": "Type: Feature", "color": "#84b6eb" },
{ "name": "Type: Question", "color": "#cc317c" },
{ "name": "Priority: Low", "color": "#009800" },
{ "name": "Priority: Medium", "color": "#fbca04" },
{ "name": "Priority: High", "color": "#eb6420" },
{ "name": "Priority: Critical", "color": "#e11d21" },
{ "name": "Needs: Copy/Content", "color": "#d4c5f9" },
{ "name": "Needs: More Detail", "color": "#b60205" }
]