Skip to content

Labels

Labels

  • agents

  • base

  • bug

    A bug in your codebase (this correlates with PATCH in Semantic Versioning).
  • ci

    Changes to our CI configuration files and scripts.
  • documentation

    Documentation only changes.
  • envs

  • experiment

  • feature

    A new feature to the codebase (this correlates with MINOR in Semantic Versioning).
  • installation/build

    A change to build system or external dependencies
  • other

    Issue that does not fall into any other category.
  • performance

    A code change that improves performance.
  • question

    A question is better asked in Discussions, not in issues.
  • refactor

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

    Reverts a previous change.
  • style

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

    Adding missing tests, or correcting existing ones.