From be32efd38cd90e92711445f0ef9a0bd56815a270 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Sun, 21 Aug 2022 20:25:09 +0900 Subject: [PATCH] Fix typos in `maintainer-guide/issues.md` (#6288) --- docs/maintainer-guide/issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintainer-guide/issues.md b/docs/maintainer-guide/issues.md index 523385308f..82460ff6a9 100644 --- a/docs/maintainer-guide/issues.md +++ b/docs/maintainer-guide/issues.md @@ -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