Skip to content

Instantly share code, notes, and snippets.

@lawliet89
Last active August 2, 2018 02:27
Show Gist options
  • Save lawliet89/2cc479e4fc35ea212bac9f70dea5a3a6 to your computer and use it in GitHub Desktop.
Save lawliet89/2cc479e4fc35ea212bac9f70dea5a3a6 to your computer and use it in GitHub Desktop.
Github Labels
[
{
"name": "bug",
"color": "d73a4a"
},
{
"name": "D-Easy",
"color": "28bf9b"
},
{
"name": "D-High",
"color": "09a3bf"
},
{
"name": "D-Medium",
"color": "640996"
},
{
"name": "duplicate",
"color": "cfd3d7"
},
{
"name": "enhancement",
"color": "a2eeef"
},
{
"name": "good first issue",
"color": "7057ff"
},
{
"name": "help wanted",
"color": "008672"
},
{
"name": "invalid",
"color": "e4e669"
},
{
"name": "P-High",
"color": "e99695"
},
{
"name": "P-Low",
"color": "c2e0c6"
},
{
"name": "P-Medium",
"color": "eabf88"
},
{
"name": "question",
"color": "d876e3"
},
{
"name": "wontfix",
"color": "ffffff"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment