Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 9517376

Browse files
Eric Findlaybrson
authored andcommitted
Added "Getting Started" to contribution.md
1 parent 6d56809 commit 9517376

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

contributions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,11 @@ follow our [Code of Conduct][coc].
2323

2424
[coc]: https://www.rust-lang.org/conduct.html
2525

26-
## Finding Something to Work On
26+
## Getting Started By Scanning Through Issues
2727

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.
3631

3732
- **Yellow A-prefixed** labels state which area of the project an
3833
issue relates to.
@@ -51,10 +46,15 @@ I-nominated label.
5146
- **Purple** metabug labels mark lists of bugs collected by other
5247
categories.
5348

49+
Contributors with sufficient permissions on the Rust repo can help by
50+
adding labels to triage issues.
51+
5452
[rust_issues]: https://github.com/rust-lang/rust/issues
5553
[e_easy_issues]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
5654
[e_mentor_issues]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy+label%3AE-mentor
5755

56+
## Getting Started by Topic
57+
5858
#### The Rust compiler
5959

6060
The compiler is part of the [main repo][main_repo], which also

0 commit comments

Comments
 (0)