Skip to content

Commit

Permalink
Adds github labels
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed Feb 26, 2017
1 parent 9eeaee4 commit cb3793b
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions github/labels.json
@@ -0,0 +1,74 @@
[
{
"name": "priority: critical",
"color": "#e11d21"
},
{
"name": "priority: high",
"color": "#eb6420"
},
{
"name": "priority: low",
"color": "#d2f0c6"
},
{
"name": "status: abandoned",
"color": "#000000"
},
{
"name": "status: blocked",
"color": "#e11d21"
},
{
"name": "status: help wanted",
"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: discussion",
"color": "#0052cc"
},
{
"name": "type: docs",
"color": "#cfe4f2"
},
{
"name": "type: enhancement",
"color": "#84b6eb"
},
{
"name": "type: maintenance",
"color": "#fbca04"
},
{
"name": "type: marketing",
"color": "#d4c5f9"
},
{
"name": "type: question",
"color": "#cc317c"
}
]

0 comments on commit cb3793b

Please sign in to comment.