Skip to content

Labels

Labels

  • Changes that affect the build system or external dependencies
  • Other changes that don't modify src or test files
  • Changes to our CI configuration files and scripts
  • Documentation only changes
  • A new feature
  • A bug fix
  • A code change that improves performance
  • A code change that neither fixes a bug nor adds a feature
  • Reverts a previous commit
  • Changes that do not affect the meaning of the code (white-space, formatting, etc.)
  • Adding missing tests or correcting existing tests