@@ -23,16 +23,11 @@ follow our [Code of Conduct][coc].
23
23
24
24
[ coc ] : https://www.rust-lang.org/conduct.html
25
25
26
- ## Finding Something to Work On
26
+ ## Getting Started By Scanning Through Issues
27
27
28
- #### Issues
29
-
30
- If you're looking for [ issues] [ rust_issues ] on the Rust repo
31
- and want something easy-ish to start with, look for the [ E-easy] [ e_easy_issues ]
32
- or [ E-mentor] [ e_mentor_issues ] labels.
33
-
34
- Contributors with sufficient permissions on the Rust repo can help by
35
- adding labels to triage issues:
28
+ One way to get started is to scan through [ issues] [ rust_issues ] on
29
+ the Rust repo. To start with, look for the [ E-easy] [ e_easy_issues ] or
30
+ [ E-mentor] [ e_mentor_issues ] labels.
36
31
37
32
- ** Yellow A-prefixed** labels state which area of the project an
38
33
issue relates to.
@@ -51,10 +46,15 @@ I-nominated label.
51
46
- ** Purple** metabug labels mark lists of bugs collected by other
52
47
categories.
53
48
49
+ Contributors with sufficient permissions on the Rust repo can help by
50
+ adding labels to triage issues.
51
+
54
52
[ rust_issues ] : https://github.com/rust-lang/rust/issues
55
53
[ e_easy_issues ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
56
54
[ e_mentor_issues ] : https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy+label%3AE-mentor
57
55
56
+ ## Getting Started by Topic
57
+
58
58
#### The Rust compiler
59
59
60
60
The compiler is part of the [ main repo] [ main_repo ] , which also
0 commit comments