@@ -23,7 +23,7 @@ as triaging work is highly parallelizable and easy to get started with.
2323When an issue is opened, it gets the ` needs-triage ` label. This ensures that every issue gets an initial
2424look 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
2828To do the initial triage and remove the ` needs-triage ` label, the following conditions should be fulfilled/considered.
2929It'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. Suggest the author where they can get support .
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] or Zulip ([ t-lang] ( https://rust-lang.zulipchat.com/#narrow/stream/213817-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
4747For applying and removing labels, unprivileged users can use ** @rustbot ** to add or remove
@@ -74,7 +74,7 @@ Triaging them the same way as `needs-triage` is also useful.
7474
7575There are many different labels that can be applied to issues.
7676
77- - ` needs-triage ` : signals that an issue is new and needs initial triage
77+ - ` needs-triage ` : Signals that an issue is new and needs initial triage
7878- ` T-* ` : Specifies the team or teams that this issue is relevant to, for example compiler, types or libs
7979- ` WG-* ` : Specifies the working groups that this issue is relevant to, for example WG-debugging.
8080- ` C-* ` : Specifies the category of the label, for example a bug, tracking issue or discussion
0 commit comments