Skip to content

Labels

Labels

  • Changes which affect the build system or external dependencies
  • Changes which aren't user-facing
  • Changes which affect CI configuration files and scripts
  • Changes which affect documentation
  • Changes which introduce a new feature
  • Changes which patch a bug
  • Changes which improve performance
  • Changes which neither fix a bug nor add a feature
  • Changes which revert a previous commit
  • Changes which don't affect code logic, such as white-spaces, formatting, missing semi-colons
  • Changes which add missing tests or correct existing tests