Skip to content

Commit de98210

Browse files
committed
Added issue triaging link
1 parent 8b8faa6 commit de98210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/how-to-start-contributing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ There are various ways in which you can contribute to Rust projects:
116116
and you'll become a contributor! :)
117117
- Improving tests is also very valuable, as there is never enough of them. This can include also
118118
documenting existing tests or writing tests for already fixed issues that lack a proper test.
119-
- You can also help with improving issue trackers of our repositories, by helping with triaging issues
119+
- You can also help with improving issue trackers of our repositories, by helping with [triaging issues][issue-triage]
120120
or by reproducing old issues to find out whether they are still valid or not.
121121
- Or, if you like programming language discussions, you could participate in our [RFC process](https://github.com/rust-lang/rfcs).
122122
- You can also answer questions to help other Rust users, in the _Get Help!_ channels on the [Rust Discord
@@ -132,3 +132,4 @@ There are various ways in which you can contribute to Rust projects:
132132
[rust-discord]: http://discord.gg/rust-lang
133133
[rust-zulip]: https://rust-lang.zulipchat.com
134134
[coc]: https://www.rust-lang.org/policies/code-of-conduct
135+
[issue-triage]: ./release/issue-triaging.md

0 commit comments

Comments
 (0)