|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Announcing the Cleanup Crew ICE-breaker group" |
| 4 | +author: Santiago Pastorino |
| 5 | +description: "A new blog where the Rust team can post updates on the latest developments" |
| 6 | +team: the compiler team <https://www.rust-lang.org/governance/teams/compiler> |
| 7 | +--- |
| 8 | + |
| 9 | +Following Niko Matsakis' announcement of the [**LLVM ICE-breaker |
| 10 | +group**](https://blog.rust-lang.org/inside-rust/2019/10/22/LLVM-ICE-breakers.html), |
| 11 | +I'm pleased to announce the **Cleanup Crew ICE-breaker group**. It |
| 12 | +follows the same principle, if you know Rust and would like to |
| 13 | +contribute to rustc -- but without knowing about the compiler or taking |
| 14 | +on a large commitment -- then the Cleanup Crew ICE-breaker group might |
| 15 | +well be for you! |
| 16 | + |
| 17 | +### What is the Cleanup Crew ICE-breaker group? |
| 18 | + |
| 19 | +The "Cleanup Crew" are focused on improving bug reports. Specifically, |
| 20 | +the goal is to try to ensure that every bug report has all the |
| 21 | +information that will be needed for someone to fix it: |
| 22 | + |
| 23 | + - a minimal, standalone example that shows the problem |
| 24 | + - links to duplicates or related bugs |
| 25 | + - if the bug is a regression (something that used to work, but no |
| 26 | + longer does), then a bisection to the PR or nightly that caused |
| 27 | + the regression |
| 28 | + |
| 29 | +This kind of cleanup is invaluable in getting bugs fixed. |
| 30 | + |
| 31 | +### Who should join? |
| 32 | + |
| 33 | +It can be done by anybody who knows Rust, without any particularly deep |
| 34 | +knowledge of the compiler. If you want to be part of it and be notified |
| 35 | +about things to do, just [add yourself to the list][instructions here]! When we come across a suitable |
| 36 | +bug, we'll write a message that `@`-mentions every Github user on that |
| 37 | +team. If you have some time, maybe you can provide some useful |
| 38 | +information. |
| 39 | + |
| 40 | +[instructions here]: https://rust-lang.github.io/rustc-guide/ice-breaker/about.html#join |
| 41 | + |
| 42 | +You can find more information about the group on it's [rustc-guide |
| 43 | +section](https://rust-lang.github.io/rustc-guide/ice-breaker/cleanup-crew.html). |
0 commit comments