Skip to content

Instantly share code, notes, and snippets.

@edwinestrada
Created March 21, 2016 17:26
Show Gist options
  • Save edwinestrada/a93c18e82b592b89f9a5 to your computer and use it in GitHub Desktop.
Save edwinestrada/a93c18e82b592b89f9a5 to your computer and use it in GitHub Desktop.
Github Labels
[
{
"name": "backlog",
"color": "235380"
},
{
"name": "bug",
"color": "fc2929"
},
{
"name": "enhancement",
"color": "84b6eb"
},
{
"name": "future feature",
"color": "5319e7"
},
{
"name": "help wanted",
"color": "F69038"
},
{
"name": "in progress",
"color": "79F000"
},
{
"name": "needs assignment",
"color": "8840C8"
},
{
"name": "needs clarification",
"color": "eb6420"
},
{
"name": "needs investigation",
"color": "fbca04"
},
{
"name": "ready",
"color": "009800"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment