Steve Klabnik | f645cad | 2015-02-13 17:26:44 | [diff] [blame] | 1 | # Contributing to Rust |
Tim Chevalier | 5afd760 | 2013-10-21 19:10:57 | [diff] [blame] | 2 | |
mark | 3f6928f | 2020-06-17 19:25:00 | [diff] [blame] | 3 | Thank you for your interest in contributing to Rust! |
Tim Chevalier | 5afd760 | 2013-10-21 19:10:57 | [diff] [blame] | 4 | |
follower | a7bd6c4 | 2020-09-27 15:05:39 | [diff] [blame] | 5 | To get started, read the [Contributing to Rust] chapter of the [rustc-dev-guide]. |
Tim Chevalier | 5afd760 | 2013-10-21 19:10:57 | [diff] [blame] | 6 | |
Yuki Okushi | 85072e3 | 2020-07-04 16:41:21 | [diff] [blame] | 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 | |
follower | a7bd6c4 | 2020-09-27 15:05:39 | [diff] [blame] | 12 | [Contributing to Rust]: https://rustc-dev-guide.rust-lang.org/contributing.html#contributing-to-rust |
Santiago Pastorino | b3b32b7 | 2020-03-09 21:33:04 | [diff] [blame] | 13 | [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/ |
Yuki Okushi | 85072e3 | 2020-07-04 16:41:21 | [diff] [blame] | 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 |