mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Add "Writing tests" section
This commit is contained in:
parent
3d4b24ac0e
commit
941ab8cd18
@ -137,6 +137,10 @@ pull request, continuing the work on the feature.
|
||||
|
||||
[abandoned-prs]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive+is%3Aclosed
|
||||
|
||||
### Writing tests
|
||||
|
||||
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.
|
||||
|
||||
### Contributing to std (standard library)
|
||||
|
||||
See [std-dev-guide](https://std-dev-guide.rust-lang.org/).
|
||||
|
Loading…
Reference in New Issue
Block a user