Skip to content

Labels

Labels

  • Pull requests that update a dependency file
  • Issue is ready for work; looking for n00bs who wanna get their hands dirty!
  • PR bot that updates package.json dependencies
  • Issue is ready for work. Voluntary contributions welcome ♥!
  • Impacts human safety or livelihood.
  • Affects consumer retention or product reputation.
  • Implement when there are no higher priority issues (or for "good first issues").
  • Will add consumer value when released.
  • Pull requests that address a security vulnerability
  • The proposal has community consensus.
  • Issue is ready for work. Voluntary contributions welcome ♥!
  • Work actively underway.
  • Needs community inspection or approval.
  • Needs more info before it can be considered for work.
  • An issue that needs a priority (or weight) assignment.
  • Modifications affect or replace the public API. Semver bump: MAJOR (⇧.y.z)
  • Changes that affect the build system or external dependencies. Semver bump: PATCH (x.y.⇧)
  • Changes that don't modify source or test files. Semver bump: PATCH (x.y.⇧)
  • Changes to continuous integration and release workflow. Semver bump: PATCH (x.y.⇧)
  • A report of potentially faulty or defective product behavior.
  • Update or pin a third-party library. Semver bump: PATCH (x.y.⇧)
  • Changes documentation, e.g., specifications, instructions. Semver bump: PATCH (x.y.⇧)
  • Adds or enhances valuable behavior. Semver bump: MINOR (x.⇧.z)
  • PR changes that repair defects ("bugs"). Semver bump: PATCH (x.y.⇧)
  • Changes intended to reduce latency. Semver bump: PATCH (x.y.⇧)
  • Source code design improvements w/out new features or fixes. Semver bump: PATCH (x.y.⇧)
  • Go back to specific tag or SHA1 commit. Semver bump: MINOR (x.⇧.z)
  • Code style changes (e.g., lint-fixes). Semver bump: PATCH (x.y.⇧)
  • Adds, fixes, or removes tests, within coverage thresholds. Semver bump: PATCH (x.y.⇧)