File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -110,15 +110,23 @@ There are various ways in which you can contribute to Rust projects:
110110 you can help improve our GitHub CI workflows, automation Python scripts or contribute to web
111111 frontends with HTML/CSS/JS (e.g. [ Rustdoc] [ rustdoc-ui ] or [ Benchmark suite website] [ rustc-perf-ui ] ).
112112 Play to your strengths!
113+
113114- Improving documentation is possibly one of the easiest starting points for contributions.
114115 Did you find a typo, something that was unclear, or do you miss some useful information on this
115116 page, elsewhere in the Forge or in some other Rust (user-facing) documentation? Great, then send
116117 a pull request and you'll become a contributor! :)
118+
119+ Please notice that at this time ** we don't accept typography/spellcheck fixes to internal documentation or in our
120+ testsuite** (reason: they could inadvertedly cause code regressions)
121+
117122- Improving tests is also very valuable, as there is never enough of them. This can include also
118123 documenting existing tests or writing tests for already fixed issues that lack a proper test.
124+
119125- You can also help with improving issue trackers of our repositories, by helping with [ triaging issues] [ issue-triage ]
120126 or by reproducing old issues to find out whether they are still valid or not.
127+
121128- Or, if you like programming language discussions, you could participate in our [ RFC process] ( https://github.com/rust-lang/rfcs ) .
129+
122130- You can also answer questions to help other Rust users, in the _ Get Help!_ channels on the [ Rust Discord
123131 server] [ rust-discord ] , on [ users.rust-lang.org] [ users ] (URLO), or on [ StackOverflow] [ so ] .
124132
You can’t perform that action at this time.
0 commit comments