Skip to content

Commit ec8c88a

Browse files
authored
Merge pull request #720 from rust-lang/more-issue-triaging-links
Add more links to issue-triaging.md
2 parents b144add + 40b03b0 commit ec8c88a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/release/issue-triaging.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5151
To 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

5559
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

Comments
 (0)