Skip to content

Labels

Labels

  • ! chore → next

    v4 flow: chore contributor PR targeting the next integration branch
  • ! ci → next

    v4 flow: ci contributor PR targeting the next integration branch
  • ! docs → next

    v4 flow: docs contributor PR targeting the next integration branch
  • ! feature → next

    v4 flow: contributor PR targeting the next integration branch
  • ! fix → next

    v4 flow: fix contributor PR targeting the next integration branch
  • ! hotfix release → master

    v4 flow: persistent hotfixes → master release PR (carries an urgent patch release)
  • ! hotfix → hotfixes

    v4 flow: contributor PR targeting the hotfixes integration branch (hotfix/* source branches)
  • ! perf → next

    v4 flow: perf contributor PR targeting the next integration branch
  • ! refactor → next

    v4 flow: refactor contributor PR targeting the next integration branch
  • ! release → master

    v4 flow: persistent next → master release PR (carries the next feature release)
  • ! release → next

    v4 flow: release contributor PR targeting the next integration branch
  • ! style → next

    v4 flow: style contributor PR targeting the next integration branch
  • ! test → next

    v4 flow: test contributor PR targeting the next integration branch
  • area: cli

    Touches CLI / executable / bin entry points
  • area: core

    Touches core library / runtime source code
  • area: tests

    Touches test files, fixtures, or test infrastructure
  • good first issue

    A great starting point for new contributors with limited experience
  • help wanted

    Community contributions are welcome and encouraged on this item
  • priority: critical

    Must be resolved immediately — blocks releases or causes data loss
  • priority: high

    Needs attention soon — not blocking, but don't let it sit
  • priority: low

    Minor issue or improvement that can be deferred without impact
  • priority: medium

    Should be addressed in the normal course of development
  • release

    Marks a pull request as a pending release — merge to publish a new version
  • semver: explicit

    This release uses an explicitly specified version rather than an auto-detected bump
  • semver: major

    This release includes breaking changes and bumps the major version
  • semver: minor

    This release adds new functionality in a backwards-compatible way
  • semver: patch

    This release contains only backwards-compatible bug fixes
  • stale

    No activity for an extended period; will be auto-closed if it stays inactive
  • status: can't reproduce

    The reported issue could not be reproduced with the provided steps
  • status: confirmed

    The issue has been verified and reproduced by a maintainer