Skip to content

Commit c1d5d7a

Browse files
authored
Add Help Wanted section to index. (#339)
* Add Help Wanted section to index. * Updae cargo url * Move comment
1 parent 61cfe91 commit c1d5d7a

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

src/README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,34 @@ file an issue or PR on the [Rust Forge GitHub].
77
[The Rust Programming Language]: https://rust-lang.org
88
[Rust Forge GitHub]: https://github.com/rust-lang/rust-forge
99

10+
### Help Wanted
11+
12+
Want to contribute to Rust, but don't know where to start? Here's a list of
13+
`rust-lang` projects that have marked issues that need help and issues that are
14+
good first issues.
15+
16+
Repository | Description
17+
----------------------------|-----------------------------------------------
18+
[rust][gh/rust] | The Rust Language & Compiler
19+
[cargo][gh/cargo] | The Rust package manager
20+
[crates.io][gh/crates.io] | Source code for [crates.io](https://crates.io)
21+
[www.rust-lang.org][gh/www] | The Rust website
22+
23+
[gh/rust]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-help-wanted
24+
[gh/cargo]: https://github.com/rust-lang/cargo/issues?q=is%3Aopen+is%3Aissue+label%3AE-help-wanted
25+
[gh/crates.io]: https://github.com/rust-lang/crates.io/issues?q=is%3Aopen+is%3Aissue+label%3AE-help-wanted
26+
[gh/www]: https://github.com/rust-lang/www.rust-lang.org/labels/good%20first%20issue
27+
28+
### Current Release Versions
29+
1030
<!-- All `<span id="..."></span>` elements are filled at run time when a reader
1131
visits the website. Please refer to `js/index.js` for how these values
1232
are generated.
1333
1434
Avoid changing the "Current Release Versions" without also updating the selector
15-
in `js/index.js.
35+
in `js/index.js`.
1636
-->
1737

18-
### Current Release Versions
19-
2038
Channel | Version | Release Date
2139
-----------|---------|-------------
2240
Stable | <span id="stable-version"></span> | <span id="stable-release-date"></span>

0 commit comments

Comments
 (0)