1void0/utils

View on GitHub
packages/commitlint-config/labels.json

Summary

Maintainability
Test Coverage
[
  {
    "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"
  }
]