Skip to content

Commit

Permalink
Document issue types for maintainers (#8036)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 authored Oct 11, 2024
1 parent f5e83b1 commit 8eb19d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/maintainer-guide/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@

We manage issues consistently for the benefit of ourselves and our users.

## Labels
## Labels and issue types

Use [labels](https://github.com/stylelint/stylelint/labels).
Use [labels](https://github.com/stylelint/stylelint/labels) and issue types.

When you first triage an issue, you should:

- add one of the `status: needs *` labels, e.g. `status: needs discussion`
- don't add any other label
- don't add any other label or an issue type

After triage, you should add:

- _one_ of the issue types, e.g. `bug`
- _one_ of the non-need `status: *` labels, e.g. `status: ready to implement`
- _zero or one_ of the `type: *` labels, e.g. `type: new rule`
- _zero or one_ of the `subtype: *` labels, e.g. `subtype: new rule`
- _zero, one or more_ of the `syntax: *` labels, e.g. `syntax: scss`
- optionally, the `good first issue`, `help wanted`, `priority: high` and `upstream` labels
- _zero or one_ of the `priority: *` labels, e.g. `priority: high`
- optionally, the `good first issue`, `help wanted` and `upstream` labels

## Milestones

Expand Down

0 comments on commit 8eb19d0

Please sign in to comment.