]> git.lizzy.rs Git - rust.git/blob - CONTRIBUTING.md
Minor grammar fix in doc comment for soft-deprecated methods
[rust.git] / CONTRIBUTING.md
1 # Contributing to Rust
2
3 Thank you for your interest in contributing to Rust!
4
5 To get started, read the [Getting Started] guide in the [rustc-dev-guide].
6
7 ## Bug reports
8
9 Did a compiler error message tell you to come here? If you want to create an ICE report,
10 refer to [this section][contributing-bug-reports] and [open an issue][issue template].
11
12 [Getting Started]: https://rustc-dev-guide.rust-lang.org/getting-started.html
13 [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
14 [contributing-bug-reports]: https://rustc-dev-guide.rust-lang.org/contributing.html#bug-reports
15 [issue template]: https://github.com/rust-lang/rust/issues/new/choose