Skip to content

Labels

Labels

  • breaking

    Marks a backwards-incompatible change for release notes / Release Drafter.
  • bug / bugfix / fix

    Something isn't working
  • build

    Marks packaging/build-system changes. Use for pyproject.toml / lockfile / build pipeline changes.
  • chore

    Routine maintenance: mechanical refactors, formatting-only sweeps, grouped dependency bumps.
  • ci

    Marks CI workflow changes for release notes. Use when CI behavior, checks, or gates change.
  • dependencies

  • documentation / docs

    Improvements or additions to documentation
  • duplicate

    This issue or pull request already exists
  • feature / enhancement

    New feature or request
  • good first issue

    Good for newcomers
  • help wanted

    Extra attention is needed
  • internal-only

    Same intent as no-docs. Prefer this when the change is repo/CI hygiene rather than product behavior.
  • invalid

    This doesn't seem right
  • no-docs

    Bypass the docs touch CI gate when src/ changes but no user-facing docs update is needed.
  • question

    Further information is requested
  • skip-changelog

    Bypass changelog fragment CI gate when PR should not produce release-notes. Only for tiny changes.
  • wontfix

    This will not be worked on