Skip to content

Instantly share code, notes, and snippets.

@mainrs
Last active November 21, 2021 13:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mainrs/1fd1bb7f21c8d9170e69f52aa38c3201 to your computer and use it in GitHub Desktop.
Save mainrs/1fd1bb7f21c8d9170e69f52aa38c3201 to your computer and use it in GitHub Desktop.
Label definition file for gh-labels-cli: https://github.com/mainrs/gh-labels-cli
{
"labels": [
{
"name": "type: bug",
"description": "Something isn't working",
"color": "ee0701"
},
{
"name": "type: enhancement",
"description": "New feature or request",
"color": "84b6eb"
},
{
"name": "type: question",
"description": "Questions and discussions",
"color": "cc317c"
},
{
"name": "priority: low",
"color": "000000"
},
{
"name": "priority: medium",
"color": "000000"
},
{
"name": "priority: high",
"color": "000000"
},
{
"name": "priority: critical",
"color": "000000"
},
{
"name": "status: duplicate",
"description": "A duplicate issue",
"color": "eeeeee"
},
{
"name": "status: stale",
"color": "eeeeee"
},
{
"name": "status: cant reproduce",
"color": "eeeeee"
},
{
"name": "status: wontfix",
"color": "eeeeee"
},
{
"name": "status: wip",
"color": "eeeeee"
},
{
"name": "status: pinned",
"color": "eeeeee"
},
{
"name": "type: refactoring",
"color": "fbca04"
},
{
"name": "type: cleanup",
"color": "fef2f0"
},
{
"name": "help wanted",
"color": "0e8a16"
},
{
"name": "type: performance",
"color": "e99695"
},
{
"name": "scope: dependencies",
"color": "b4a8d1"
},
{
"name": "scope: documentation",
"color": "d4c5f9"
},
{
"name": "scope: i18n",
"color": "d4c5f9"
},
{
"name": "semver: patch",
"color": "555555"
},
{
"name": "semver: minor",
"color": "555555"
},
{
"name": "semver: major",
"color": "555555"
},
{
"name": "status: verified",
"color": "0e8a16"
}
],
"templates": [
{
"name": "component",
"color": "5319e7"
},
{
"name": "component2",
"color": "d4c5f9"
},
{
"name": "component3",
"color": "b4a8d1"
}
]
}
@mainrs
Copy link
Author

mainrs commented Mar 14, 2021

The colors are taken from https://github.com/ManageIQ/guides/blob/master/labels.md, which is licensed under the Creative Commons Attribution 3.0 Unported License.

Changes to the colors have not been named. I did change the name of the labels though to fit my own style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment