packages/commitlint-config/labels.json
[
{
"name": "bug ๐พ",
"color": "cd2f40",
"description": "Something isn't working"
},
{
"name": "build ๐ง",
"color": "006cbe",
"description": "Changes that affect the build system or external dependencies"
},
{
"name": "chore ๐งน",
"color": "ffffbb",
"description": "A change that doesn't fit in any other category (e.g. publish package, update .gitignore, etc.)"
},
{
"name": "ci ๐ค",
"color": "046D8B",
"description": "Changes to our CI configuration files and scripts"
},
{
"name": "code style ๐
๐ผ",
"color": "f9d820",
"description": "Changes that do not affect the meaning of the code (white-space, formatting, etc.)"
},
{
"name": "content ๐ฆ",
"color": "602385",
"description": "Content related changes (e.g. copy, images, videos, etc.)"
},
{
"name": "dependencies ๐ฆ",
"color": "006cbe",
"description": "Updates a dependency"
},
{
"name": "design ๐จ",
"color": "b6328d",
"description": "Changes to the user experience or user interface (UX/UI)"
},
{
"name": "discussion ๐ฃ",
"color": "bfdadc",
"description": "A discussion that it not necessarily related to a concrete bug or feature"
},
{
"name": "documentation ๐",
"color": "10339a",
"description": "Documentation only changes"
},
{
"name": "duplicate ๐ป",
"color": "ececec",
"description": "This issue or pull request already exists"
},
{
"name": "feature โจ",
"color": "1cce99",
"description": "Adds, modifies or removes a feature"
},
{
"name": "good first issue ๐๐ผ",
"color": "a2eeef",
"description": "Good for newcomers"
},
{
"name": "help wanted ๐๐ผ",
"color": "a2eeef",
"description": "Extra attention is needed"
},
{
"name": "invalid โ๏ธ",
"color": "ececec",
"description": "This doesn't seem right"
},
{
"name": "on hold ๐",
"color": "555555",
"description": "This issue or pull request is currently blocked by something"
},
{
"name": "performance ๐",
"color": "d7ffc1",
"description": "A code change that improves performance"
},
{
"name": "question โ๏ธ",
"color": "bfdadc",
"description": "Further information is requested"
},
{
"name": "SCOPE_PLACEHOLDER",
"color": "fae6ce",
"description": "Use this color for creating your scope labels"
},
{
"name": "technical debt ๐ ",
"color": "fca042",
"description": "A technical improvement or refactoring which doesn't add any new feature or change existing features"
},
{
"name": "revert ๐",
"color": "f70eeb",
"description": "Reverts a previous commit"
},
{
"name": "test ๐ก",
"color": "f95411",
"description": "Adding missing tests or correcting existing tests"
},
{
"name": "wontfix ๐
โโ๏ธ ",
"color": "ececec",
"description": "This will not be worked on"
}
]