Skip to content

Commit 5000a70

Browse files
authored
Merge pull request #2231 from yegeunyang/#2069
2 parents ed1fc5d + 2332c8e commit 5000a70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)