]> git.proxmox.com Git - rustc.git/blob - CONTRIBUTING.md
Merge tag 'debian/1.49.0+dfsg1-1_exp1' into proxmox/buster
[rustc.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 [Contributing to Rust] chapter of 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 [Contributing to Rust]: https://rustc-dev-guide.rust-lang.org/contributing.html#contributing-to-rust
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