Skip to content

Commit

Permalink
Fix typos in maintainer-guide/issues.md (#6288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 21, 2022
1 parent ae9028d commit be32efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/maintainer-guide/issues.md
Expand Up @@ -8,13 +8,13 @@ Use [labels](https://github.com/stylelint/stylelint/labels).

When you first triage an issue, you should:

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

After triage, you should add:

- _one_ of the non-need `status: *` labels, e.g. `status: ready to implement`
- _zero or one_ of the `type: *` labels, e.g. `status: new rule`
- _zero or one_ of the `type: *` labels, e.g. `type: 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

Expand Down

0 comments on commit be32efd

Please sign in to comment.