@@ -7,16 +7,34 @@ file an issue or PR on the [Rust Forge GitHub].
7
7
[ The Rust Programming Language ] : https://rust-lang.org
8
8
[ Rust Forge GitHub ] : https://github.com/rust-lang/rust-forge
9
9
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
+
10
30
<!-- All `<span id="..."></span>` elements are filled at run time when a reader
11
31
visits the website. Please refer to `js/index.js` for how these values
12
32
are generated.
13
33
14
34
Avoid changing the "Current Release Versions" without also updating the selector
15
- in `js/index.js.
35
+ in `js/index.js` .
16
36
-->
17
37
18
- ### Current Release Versions
19
-
20
38
Channel | Version | Release Date
21
39
-----------|---------|-------------
22
40
Stable | <span id =" stable-version " ></span > | <span id =" stable-release-date " ></span >
0 commit comments