Skip to content

Labels

Labels

  • C-bug

    Category: Bug, an acknowledged defect in the program
  • C-discussion

    Category: Discussion (among developers trying to find consensus on a design etc.)
  • C-enhancement

    Category: Enhancement, a request to add or enhance a feature
  • C-goal

    Category: Long term goal. May be code-related or a meta goal.
  • C-refactoring

    Category: Refactoring. A purely internal refactoring, with no user-facing changes
  • C-regression

    Category: Regression, a bug that occurred on the dev branch
  • C-todo

    Category: TODO, specific item that needs to be accomplished in working towards a goal
  • M-backburner

    Misc: On backburner - not rejected, but won't be tackled for a while
  • M-good-first-issue

    Misc: A good issue for newcomers to start with
  • M-help-wanted

    Misc: Outside help is wanted (e.g. from another project)
  • M-need-info

    Misc: Not enough info (yet) to determine if valid issue
  • M-review

    Misc: Review from another developer is requested
  • R-duplicate

    Rejection: Duplicate, another open issue exists that matches this one
  • R-invalid

    Rejection: Invalid, this is not a bug - it's expected behavior, the user's fault, etc.
  • R-rejected

    Rejection: Rejected, the enhancement in question won't be implemented
  • R-wont-fix

    Rejection: Bug will not be fixed (usually due to technical reasons)
  • R-works-for-me

    Rejection: Bug report could not be reproduced