Skip to content

Labels

Labels

  • breaking

    A breaking change. Correlates with MAJOR in SemVer
  • build

    Changes that affect the build system or external dependencies
  • ci

    Changes to our CI configuration files and scripts
  • dependencies

    Pull requests that update a dependency file
  • docs

    Documentation only changes
  • feat

    A new feature. Correlates with MINOR in SemVer
  • fix

    A bug fix. Correlates with PATCH in SemVer
  • perf

    A code change that improves performance
  • python

    Pull requests that update python code
  • python:uv

    Pull requests that update python:uv code
  • refactor

    A code change that neither fixes a bug nor adds a feature
  • style

    Changes that do not affect the meaning of the code
  • test

    Adding missing or correcting existing tests