@@ -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
1131visits the website. Please refer to `js/index.js` for how these values
1232are generated.
1333
1434Avoid 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-
2038Channel | Version | Release Date
2139-----------|---------|-------------
2240Stable | <span id =" stable-version " ></span > | <span id =" stable-release-date " ></span >
0 commit comments