Skip to content

Labels

Labels

  • blocked

    Indicates that the issue or PR cannot proceed due to an external factor or dependency.
  • bug:confirmed

    The bug has been verified and confirmed by the team.
  • bug:unverified

    A reported bug that has not yet been verified by the team.
  • chore

    Routine tasks or maintenance work that doesn't directly affect functionality.
  • ci

    Related to Continuous Integration processes and configurations.
  • dependencies

    Concerns external dependencies or libraries used in the project.
  • discussion

    Topics or issues opened for general discussion or decision-making.
  • documentation

    Related to project documentation, including READMEs, wikis, and inline comments.
  • duplicate

    Indicates that the issue or PR is a duplicate of an existing one.
  • error handling

    Concerns the handling, reporting, or mitigation of errors in the application.
  • feature

    A new functionality or capability being proposed or added to the project.
  • has PR

    Indicates that there's an active Pull Request associated with the issue.
  • help wanted

    The team is actively seeking assistance or contributions on this issue or PR.
  • in progress

    Work is currently underway on this issue or PR.
  • in review

    The issue or PR is currently under review by team members.
  • invalid

    Indicates that the issue or PR is not relevant or applicable.
  • need repro

    The team requires a reproducible example to verify and address the issue.
  • needs rebase & merge

    The PR needs to be rebased and merged due to conflicts or outdated branches.
  • performance

    Related to the optimization and performance improvements of the application.
  • priority:critical

    A high-priority issue that requires immediate attention and resolution.
  • priority:high

    An important issue that should be addressed in the near future.
  • question

    General inquiries or clarifications related to the project.
  • ready to merge

    PR is ready to be merged.
  • refactor

    Code changes that improve readability and maintainability without altering functionality.
  • regression

    A previously working feature or functionality that is now broken or degraded.
  • semver:major

    Introduces breaking changes that require a major version bump.
  • semver:minor

    Introduces new features without breaking existing ones, requiring a minor version bump.
  • semver:patch

    Bug fixes and minor changes that require a patch version bump.
  • test-failed

    The tests in PR is failed.
  • tested

    PR is already tested.