Skip to content

Instantly share code, notes, and snippets.

@LadyCarni
Created December 2, 2016 17:02
Show Gist options
  • Save LadyCarni/23f086cc3ca4a0f41708395de61c8ba3 to your computer and use it in GitHub Desktop.
Save LadyCarni/23f086cc3ca4a0f41708395de61c8ba3 to your computer and use it in GitHub Desktop.
Template for Labels
[
{
"name": "blocked",
"color": "fbca04"
},
{
"name": "bug",
"color": "fc2929"
},
{
"name": "chore",
"color": "fef2c0"
},
{
"name": "content",
"color": "ffc274"
},
{
"name": "Database Restructure",
"color": "5319e7"
},
{
"name": "design",
"color": "ffc274"
},
{
"name": "discussion",
"color": "cc317c"
},
{
"name": "duplicate",
"color": "d2dae1"
},
{
"name": "enhancement",
"color": "84b6eb"
},
{
"name": "feature",
"color": "0e8a16"
},
{
"name": "in progress",
"color": "fbca04"
},
{
"name": "invalid",
"color": "d2dae1"
},
{
"name": "on hold",
"color": "d2dae1"
},
{
"name": "optimization",
"color": "84b6eb"
},
{
"name": "question",
"color": "cc317c"
},
{
"name": "rfc",
"color": "cc317c"
},
{
"name": "ux",
"color": "ffc274"
},
{
"name": "wontfix",
"color": "d2dae1"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment