Last active
May 11, 2016 21:13
-
-
Save mattkosoy/2dd48894e6d7cbb5e807 to your computer and use it in GitHub Desktop.
Labels for Github projects. Use https://www.npmjs.com/package/github-labels to upload.
This file contains hidden or 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": "Kind: Bug", | |
"color": "fc2929" | |
}, | |
{ | |
"name": "Kind: Discussion", | |
"color": "006b75" | |
}, | |
{ | |
"name": "Kind: Enhancement", | |
"color": "84b6eb" | |
}, | |
{ | |
"name": "Prio: Critical", | |
"color": "e11d21" | |
}, | |
{ | |
"name": "Prio: High", | |
"color": "e11d21" | |
}, | |
{ | |
"name": "Prio: Low", | |
"color": "16a085" | |
}, | |
{ | |
"name": "Prio: Medium", | |
"color": "fbca04" | |
}, | |
{ | |
"name": "State: In Progress", | |
"color": "CCCCCC" | |
}, | |
{ | |
"name": "State: Ready", | |
"color": "CCCCCC" | |
}, | |
{ | |
"name": "Tag: Design Needed", | |
"color": "bfd4f2" | |
}, | |
{ | |
"name": "Tag: Invalid", | |
"color": "e6e6e6" | |
}, | |
{ | |
"name": "Tag: need-more-info", | |
"color": "bfd4f2" | |
}, | |
{ | |
"name": "Tag: Question", | |
"color": "cc317c" | |
}, | |
{ | |
"name": "Tag: Testing", | |
"color": "bfdadc" | |
}, | |
{ | |
"name": "Tag: Wontfix", | |
"color": "eeeeee" | |
}, | |
{ | |
"name": "Tag: Blocked", | |
"color": "eb6420" | |
}, | |
{ | |
"name": "Tag: Blocking", | |
"color": "fad8c7" | |
}, | |
{ | |
"name": "Type: Feature Request", | |
"color": "8D5BFF" | |
}, | |
{ | |
"name": "Tag: Related Task", | |
"color": "bb4a11" | |
}, | |
{ | |
"name": "Tag: Housekeeping", | |
"color": "0052cc" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment