@@ -30,13 +30,13 @@ It's okay if not all of these are always considered; treat it as a guideline, no
30
30
31
31
- The issue should make sense, that is, it should present a problem.
32
32
- For example, if an issue is a question about Rust in general, the issue should be closed and the user redirected to URLO/Discord.
33
- You can of course answer the question too :) (but make sure to mention that the user should go to URLO/ Discord next time).
33
+ You can of course answer the question too :) (but make sure to mention that the user should go to [ URLO] / [ Discord] next time).
34
34
- Add appropriate labels ([ Labels] ( #labels ) )
35
35
- Specifically, ` T-* ` and ` C-* ` are the most relevant
36
36
- If the issue contains no reproduction but needs one, ask for one and add the ` S-needs-repro ` label
37
37
- The issue is the wrong place for some kinds of feature requests. Tell the author about it.
38
38
- Library API requests should follow [ its processes] ( https://std-dev-guide.rust-lang.org/development/feature-lifecycle.html ) .
39
- - Language changes should be redirected to [ IRLO] ( https://internals. rust-lang.org/ ) or Zulip ( t-lang).
39
+ - Language changes should be redirected to [ IRLO] or Zulip ( [ t-lang ] ( https://rust-lang.zulipchat.com/#narrow/stream/213817- t-lang ) ).
40
40
- If the issue could benefit from bisecting the regression, add ` E-needs-bisection ` (or do the bisection yourself)
41
41
- Does this issue require nightly? Add ` requires-nightly ` .
42
42
- Is the issue a regression? Apply the ` regression-untriaged ` label (or figure out what regression it is exactly)
@@ -50,6 +50,10 @@ For example, `@rustbot label +T-compiler +C-bug +A-linkage +O-macos -needs-triag
50
50
51
51
To see a list of all labels, check out the "labels" page next to the search bar in the issue tracker.
52
52
53
+ [ URLO ] : https://users.rust-lang.org
54
+ [ IRLO ] : https://internals.rust-lang.org/
55
+ [ Discord ] : https://discord.gg/rust-lang
56
+
53
57
## Further triaging
54
58
55
59
For issues that have been through the initial triaging step (that is, don't have the ` needs-triage ` label anymore), there are usually
0 commit comments