Skip to content

Commit 5e6c633

Browse files
committed
Small triage docs improvements
1 parent b144add commit 5e6c633

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/release/issue-triaging.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ as triaging work is highly parallelizable and easy to get started with.
2323
When an issue is opened, it gets the `needs-triage` label. This ensures that every issue gets an initial
2424
look and that no issue is ignored, or that when it is ignored, it is at least visibly ignored by still having the label.
2525

26-
`needs-triage` is an initial checkpoint. The effort needed to get an issue past the label should be minimal.
26+
`needs-triage` is an initial checkpoint. The effort needed to get an issue past the label should be small.
2727

2828
To do the initial triage and remove the `needs-triage` label, the following conditions should be fulfilled/considered.
2929
It's okay if not all of these are always considered; treat it as a guideline, not a hard checklist. It is also not exhaustive.
@@ -33,15 +33,15 @@ It's okay if not all of these are always considered; treat it as a guideline, no
3333
You can of course answer the question too :) (but make sure to mention that the user should go to URLO/Discord next time).
3434
- Add appropriate labels ([Labels](#labels))
3535
- Specifically, `T-*` and `C-*` are the most relevant
36-
- If the issue contains no reproduction but needs one, ask for one and add the `S-needs-repro` label
37-
- The issue is the wrong place for some kinds of feature requests. Tell the author about it.
38-
- Library API requests should follow [its processes](https://std-dev-guide.rust-lang.org/development/feature-lifecycle.html).
36+
- If the issue contains no reproduction but needs one (when in doubt, it needs one), ask for one and add the `S-needs-repro` label
37+
- The issue tracker is the wrong place for some kinds of feature requests. Tell the author about it.
38+
- Standard library API requests should follow [libs-api processes](https://std-dev-guide.rust-lang.org/development/feature-lifecycle.html).
3939
- Language changes should be redirected to [IRLO](https://internals.rust-lang.org/) or Zulip (t-lang).
40-
- If the issue could benefit from bisecting the regression, add `E-needs-bisection` (or do the bisection yourself)
40+
- If the issue could benefit from bisecting the regression (when in doubt, it can), add `E-needs-bisection` (or do the bisection yourself)
4141
- Does this issue require nightly? Add `requires-nightly`.
4242
- Is the issue a regression? Apply the `regression-untriaged` label (or figure out what regression it is exactly)
4343
- If you happen to know people who this issue is relevant to, ping them.
44-
- For example, write `cc @ThatPerson` if `ThatPerson` has been working a lot on the problematic feature recently
44+
- For example, write `cc @ThatPerson` if `ThatPerson` has been working a lot on the feature in question recently.
4545
- Does this issue require incomplete or internal features? Add `requires-{incomplete,internal}-features`.
4646

4747
For applying and removing labels, unprivileged users can use **@rustbot** to add or remove
@@ -70,7 +70,7 @@ Triaging them the same way as `needs-triage` is also useful.
7070

7171
There are many different labels that can be applied to issues.
7272

73-
- `needs-triage`: signals that an issue is new and needs initial triage
73+
- `needs-triage`: Signals that an issue is new and needs initial triage
7474
- `T-*`: Specifies the team or teams that this issue is relevant to, for example compiler, types or libs
7575
- `WG-*`: Specifies the working groups that this issue is relevant to, for example WG-debugging.
7676
- `C-*`: Specifies the category of the label, for example a bug, tracking issue or discussion

0 commit comments

Comments
 (0)