blob: b600074c1977066cb50339fcccd7eb85cd08cb58 [file] [log] [blame] [view]
Steve Klabnikf645cad2015-02-13 17:26:441# Contributing to Rust
Tim Chevalier5afd7602013-10-21 19:10:572
mark3f6928f2020-06-17 19:25:003Thank you for your interest in contributing to Rust!
Tim Chevalier5afd7602013-10-21 19:10:574
followera7bd6c42020-09-27 15:05:395To get started, read the [Contributing to Rust] chapter of the [rustc-dev-guide].
Tim Chevalier5afd7602013-10-21 19:10:576
Yuki Okushi85072e32020-07-04 16:41:217## Bug reports
8
9Did a compiler error message tell you to come here? If you want to create an ICE report,
10refer to [this section][contributing-bug-reports] and [open an issue][issue template].
11
followera7bd6c42020-09-27 15:05:3912[Contributing to Rust]: https://rustc-dev-guide.rust-lang.org/contributing.html#contributing-to-rust
Santiago Pastorinob3b32b72020-03-09 21:33:0413[rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/
Yuki Okushi85072e32020-07-04 16:41:2114[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