Skip to content

Commit 7fa9822

Browse files
authored
Merge pull request rust-lang#2231 from yegeunyang/rust-lang#2069
2 parents d8cca31 + 4260e3a commit 7fa9822

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/rustc-dev-guide/src/getting-started.md

+4
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ pull request, continuing the work on the feature.
137137

138138
[abandoned-prs]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive+is%3Aclosed
139139

140+
### Writing tests
141+
142+
Issues that have been resolved but do not have a regression test are marked with the `E-needs-test` label. Writing unit tests is a low-risk, lower-priority task that offers new contributors a great opportunity to familiarize themselves with the testing infrastructure and contribution workflow.
143+
140144
### Contributing to std (standard library)
141145

142146
See [std-dev-guide](https://std-dev-guide.rust-lang.org/).

0 commit comments

Comments
 (0)