@@ -30,13 +30,13 @@ It's okay if not all of these are always considered; treat it as a guideline, no
3030
3131- The issue should make sense, that is, it should present a problem.
3232 - 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).
3434- Add appropriate labels ([ Labels] ( #labels ) )
3535 - Specifically, ` T-* ` and ` C-* ` are the most relevant
3636- If the issue contains no reproduction but needs one, ask for one and add the ` S-needs-repro ` label
3737- The issue is the wrong place for some kinds of feature requests. Tell the author about it.
3838 - 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 ) ).
4040- If the issue could benefit from bisecting the regression, 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)
@@ -50,6 +50,10 @@ For example, `@rustbot label +T-compiler +C-bug +A-linkage +O-macos -needs-triag
5050
5151To see a list of all labels, check out the "labels" page next to the search bar in the issue tracker.
5252
53+ [ URLO ] : https://users.rust-lang.org
54+ [ IRLO ] : https://internals.rust-lang.org/
55+ [ Discord ] : https://discord.gg/rust-lang
56+
5357## Further triaging
5458
5559For 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