|
[ |
|
{ |
|
"name": "Priority: Critical", |
|
"description": "A very urgent matter.", |
|
"color": "D7263D" |
|
}, |
|
{ |
|
"name": "Priority: High", |
|
"description": "High priority issue.", |
|
"color": "F46036" |
|
}, |
|
{ |
|
"name": "Priority: Low", |
|
"description": "Low priority issue.", |
|
"color": "C5D86D" |
|
}, |
|
{ |
|
"name": "Priority: Medium", |
|
"description": "Medium priority issue.", |
|
"color": "0892A5" |
|
}, |
|
{ |
|
"name": "Status: Abandoned", |
|
"description": "This will not be worked on.", |
|
"color": "2E294E" |
|
}, |
|
{ |
|
"name": "Status: Available", |
|
"description": "Something that awaits doing.", |
|
"color": "F8C630" |
|
}, |
|
{ |
|
"name": "Status: Blocked", |
|
"description": "Another issue need to be finished first.", |
|
"color": "D7263D" |
|
}, |
|
{ |
|
"name": "Status: Done", |
|
"description": "Something that is finished.", |
|
"color": "60935D" |
|
}, |
|
{ |
|
"name": "Status: In Progress", |
|
"description": "This is currently worked on.", |
|
"color": "C5D86D" |
|
}, |
|
{ |
|
"name": "Status: Review Needed", |
|
"description": "Please review the corresponding code.", |
|
"color": "F46036" |
|
}, |
|
{ |
|
"name": "Status: Revision Needed", |
|
"description": "Something that needs to be overhauled.", |
|
"color": "D7263D" |
|
}, |
|
{ |
|
"name": "Type: Bug", |
|
"description": "Something that is not working as it is supposed to.", |
|
"color": "D7263D" |
|
}, |
|
{ |
|
"name": "Type: Documentation", |
|
"description": "A piece of missing information in the projects documentation", |
|
"color": "F46036" |
|
}, |
|
{ |
|
"name": "Type: Epic", |
|
"description": "Bigger project goal that encloses multiple user stories.", |
|
"color": "2E294E" |
|
}, |
|
{ |
|
"name": "Type: Question", |
|
"description": "Ask us anything :)!", |
|
"color": "C5D86D" |
|
}, |
|
{ |
|
"name": "Type: Story", |
|
"description": "An improvement to the project from a user's perspective.", |
|
"color": "0892A5" |
|
} |
|
] |