Skip to content

Commit 941ab8c

Browse files
committed
Add "Writing tests" section
1 parent 3d4b24a commit 941ab8c

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 codebase.
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)