Skip to content

Labels

Labels

  • build

    Change that affects the build system or external dependencies
  • chore

    Any maintenance change that does not end in another category and refers to a small clean up, for ins
  • docs

    Improvements or additions to documentation
  • feat

    New feature to the application or library
  • fix

    Something isn't working
  • perf

    Change that improves performance
  • refactor

    Non-functional code change that neither fixes a bug nor adds a feature
  • revert

    Reserved for revert commits
  • style

    Linting change that does not affect the meaning of the code
  • test

    Missing test or correction of existing tests