Skip to content

Labels

Labels

  • build :handshake:

    Changes that affect the build system or external dependencies
  • chore :muscle:

    Other changes that don't modify src or test files.
  • ci :rocket:

    Changes to CI configuration files and scripts.
  • dependencies

    Pull requests that update a dependency file
  • docs :memo:

    Documentation only changes.
  • feat :sparkles:

    A new feature.
  • fix :bug:

    A bug fix.
  • perf :zap:

    A code change that improves performance.
  • refactor :recycle:

    A code change that neither fixes a bug nor adds a feature.
  • revert :rewind:

    Revert earlier changes.
  • spam :canned_food:

  • style :lipstick:

    Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons)
  • test :test_tube:

    Adding missing tests or correcting existing tests.