Skip to content

Commit 2acfd6c

Browse files
authored
Merge pull request #933 from karolzwolak/help-wanted-issue-links
rename links to issues with `help-wanted` label to `Help wanted`
2 parents d349ae0 + b3850d3 commit 2acfd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/how-to-start-contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ have contributor guides and issues that are marked as needing help or being good
3434

3535
| Project | Contribution guide | Good first issues | Description |
3636
|------------------------------------|-------------------------------------------------|---------------------------------------|-----------------------------------------|
37-
| [Compiler][rustc-repo] | [rustc-dev-guide][rustc-guide] | [Good first issues][rustc-issues] | Rust compiler and associated tooling |
37+
| [Compiler][rustc-repo] | [rustc-dev-guide][rustc-guide] | [Help wanted][rustc-issues] | Rust compiler and associated tooling |
3838
| [Standard library][std-repo] | [std-dev-guide][std-guide] | | Rust standard library |
3939
| [Rustdoc][rustdoc-repo] | [Rustdoc overview][rustdoc-guide] | | Rust documentation generator |
4040
| [Cargo][cargo-repo] | [Cargo Contributor Guide][cargo-guide] | [Good first issues][cargo-issues] | Rust package manager and build system |
@@ -49,7 +49,7 @@ have contributor guides and issues that are marked as needing help or being good
4949
| [Triagebot][triagebot-repo] | | [Good first issues][triagebot-issues] | Rust automation bot |
5050
| [Rust playground][playground-repo] | | [Help wanted][playground-issues] | Rust online playground |
5151
| [Rustlings][rustlings-repo] | [Rustlings Contribution Guide][rustlings-guide] | [Issue tracker][rustlings-issues] | Rust exercises |
52-
| [MdBook][mdbook-repo] | [MdBook Contribution Guide][mdbook-guide] | [Good first issues][mdbook-issues] | Book generator written in Rust |
52+
| [MdBook][mdbook-repo] | [MdBook Contribution Guide][mdbook-guide] | [Help wanted][mdbook-issues] | Book generator written in Rust |
5353

5454
[rustc-repo]: https://github.com/rust-lang/rust
5555
[rustc-issues]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-help-wanted+no%3Aassignee

0 commit comments

Comments
 (0)