Last active
December 30, 2017 20:38
-
-
Save ScottKillen/305241595aa6dd6e91f33e5e44669f93 to your computer and use it in GitHub Desktop.
GitHub Labels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "name": "Priority: Low", "color": "#009800" }, | |
{ "name": "Priority: Medium", "color": "#fbca04" }, | |
{ "name": "Priority: High", "color": "#eb6420" }, | |
{ "name": "Priority: Critical", "color": "#e11d21" }, | |
{ "name": "Status: Abandoned", "color": "#000000" }, | |
{ "name": "Status: Accepted", "color": "#009800" }, | |
{ "name": "Status: Available", "color": "#bfe5bf" }, | |
{ "name": "Status: Blocked", "color": "#e11d21" }, | |
{ "name": "Status: Completed", "color": "#006b75" }, | |
{ "name": "Status: In Progress", "color": "#cccccc" }, | |
{ "name": "Status: On Hold", "color": "#e11d21" }, | |
{ "name": "Status: Pending", "color": "#fef2c0" }, | |
{ "name": "Status: Review Needed", "color": "#fbca04" }, | |
{ "name": "Status: Revision Needed", "color": "#e11d21" }, | |
{ "name": "Type: Bug", "color": "#e11d21" }, | |
{ "name": "Type: Maintenance", "color": "#fbca04" }, | |
{ "name": "Type: Enhancement", "color": "#84b6eb" }, | |
{ "name": "Type: Question", "color": "#cc317c" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment