Skip to content

Labels

Labels

  • A breaking change. Correlates with MAJOR in SemVer
  • Changes that affect the build system or external dependencies
  • Changes to our CI configuration files and scripts
  • Pull requests that update a dependency file
  • Documentation only changes
  • A new feature. Correlates with MINOR in SemVer
  • A bug fix. Correlates with PATCH in SemVer
  • A code change that improves performance
  • Pull requests that update python code
  • A code change that neither fixes a bug nor adds a feature
  • Changes that do not affect the meaning of the code
  • Adding missing or correcting existing tests