Skip to content

Labels

Labels

  • type: build

    Changes which affect the build system or external dependencies
  • type: chore

    Changes which aren't user-facing
  • type: ci

    Changes which affect CI configuration files and scripts
  • type: docs

    Changes which affect documentation
  • type: feat

    Changes which introduce a new feature
  • type: fix

    Changes which patch a bug
  • type: perf

    Changes which improve performance
  • type: refactor

    Changes which neither fix a bug nor add a feature
  • type: revert

    Changes which revert a previous commit
  • type: style

    Changes which don't affect code logic, such as white-spaces, formatting, missing semi-colons
  • type: test

    Changes which add missing tests or correct existing tests