Skip to content

Labels

Labels

  • breaking

    Introduce changes that break backwards compatibility of existing functionality or APIs.
  • bug

    Unexpected behavior or reproducible flaws requiring investigation
  • bug-fix

    Fix something that isn't working as expected.
  • build

    Changes related to building distributable packages.
  • ci

    Changes related to continuous integration (CI) configuration or workflows.
  • coc-violation

    A breach of the Code of Conduct
  • deprecation

    Mark features or APIs as deprecated, signaling they will be removed soon.
  • docs

    Update or improve the documentation or README.
  • feat

    Add new capabilities or functionalities to the project.
  • good-first-issue

    A great starting point for new contributors to dive into the project with easy-to-handle tasks.
  • maintain

    Repository maintenance, excluding coding tasks.
  • misc

    Miscellaneous changes that don't fit into other categories.
  • performance

    Improve the speed, efficiency, or resource usage of the code.
  • PR-title-needs-formatting

    PR title invalid, should be formated according to the contributing guidelines.
  • refactor

    Restructure the code for better readability or organization without changing behavior.
  • revert

    Undo a previous change or commit that introduced issues.
  • skip-changelog

    This PR will not be shown in change list of next release.
  • tests

    Add or modify tests to ensure code reliability and correctness.