Skip to content

Labels

Labels

  • dependencies

    Pull requests that update a dependency file
  • good first issue

    Issue is ready for work; looking for n00bs who wanna get their hands dirty!
  • greenkeeper

    PR bot that updates package.json dependencies
  • help wanted

    Issue is ready for work. Voluntary contributions welcome ♥!
  • priority: critical

    Impacts human safety or livelihood.
  • priority: high

    Affects consumer retention or product reputation.
  • priority: low

    Implement when there are no higher priority issues (or for "good first issues").
  • priority: medium

    Will add consumer value when released.
  • security

    Pull requests that address a security vulnerability
  • status: accepted

    The proposal has community consensus.
  • status: available

    Issue is ready for work. Voluntary contributions welcome ♥!
  • status: in-progress

    Work actively underway.
  • status: review needed

    Needs community inspection or approval.
  • status: revision needed

    Needs more info before it can be considered for work.
  • status: triage pending

    An issue that needs a priority (or weight) assignment.
  • type: breaking change

    Modifications affect or replace the public API. Semver bump: MAJOR (⇧.y.z)
  • type: build

    Changes that affect the build system or external dependencies. Semver bump: PATCH (x.y.⇧)
  • type: chore

    Changes that don't modify source or test files. Semver bump: PATCH (x.y.⇧)
  • type: ci

    Changes to continuous integration and release workflow. Semver bump: PATCH (x.y.⇧)
  • type: defect

    A report of potentially faulty or defective product behavior.
  • type: dependency

    Update or pin a third-party library. Semver bump: PATCH (x.y.⇧)
  • type: docs

    Changes documentation, e.g., specifications, instructions. Semver bump: PATCH (x.y.⇧)
  • type: feature

    Adds or enhances valuable behavior. Semver bump: MINOR (x.⇧.z)
  • type: fix

    PR changes that repair defects ("bugs"). Semver bump: PATCH (x.y.⇧)
  • type: performance

    Changes intended to reduce latency. Semver bump: PATCH (x.y.⇧)
  • type: refactor

    Source code design improvements w/out new features or fixes. Semver bump: PATCH (x.y.⇧)
  • type: revert

    Go back to specific tag or SHA1 commit. Semver bump: MINOR (x.⇧.z)
  • type: style

    Code style changes (e.g., lint-fixes). Semver bump: PATCH (x.y.⇧)
  • type: test

    Adds, fixes, or removes tests, within coverage thresholds. Semver bump: PATCH (x.y.⇧)