From 7d355ffa0a7e24dab79d191190386569433a2a5a Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 27 Jan 2020 16:40:01 -0300 Subject: [PATCH 1/5] announce Cleanup Crew ICE-breaker group --- .../2020-01-27-Cleanup-Crew-ICE-breakers.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md diff --git a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md new file mode 100644 index 000000000..78bc2ae72 --- /dev/null +++ b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md @@ -0,0 +1,43 @@ +--- +layout: post +title: "Announcing the Cleanup Crew ICE-breaker group" +author: Santiago Pastorino +description: "A new blog where the Rust team can post updates on the latest developments" +team: the compiler team +--- + +Following Niko Matsakis' announcement of the [**LLVM ICE-breaker +group**](https://blog.rust-lang.org/inside-rust/2019/10/22/LLVM-ICE-breakers.html), +I'm pleased to announce the **Cleanup Crew ICE-breaker group**. It +follows the same principle, if you know Rust and would like to +contribute to rustc -- but without knowing about the compiler or taking +on a large commitment -- then the Cleanup Crew ICE-breaker group might +well be for you! + +### What is the Cleanup Crew ICE-breaker group? + +The "Cleanup Crew" are focused on improving bug reports. Specifically, +the goal is to try to ensure that every bug report has all the +information that will be needed for someone to fix it: + + - a minimal, standalone example that shows the problem + - links to duplicates or related bugs + - if the bug is a regression (something that used to work, but no + longer does), then a bisection to the PR or nightly that caused + the regression + +This kind of cleanup is invaluable in getting bugs fixed. + +### Who should join? + +It can be done by anybody who knows Rust, without any particularly deep +knowledge of the compiler. If you want to be part of it and be notified +about things to do, just [open a PR]! When we come across a suitable +bug, we'll write a message that `@`-mentions every Github user on that +team. If you have some time, maybe you can provide some useful +information. + +[open a PR]: https://rust-lang.github.io/rustc-guide/ice-breaker/about.html#join + +You can find more information about the group on it's [rustc-guide +section](https://rust-lang.github.io/rustc-guide/ice-breaker/cleanup-crew.html). From 53f83e0a650d7b3b74a7b624901bb39f5694aa1c Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 6 Feb 2020 10:17:52 -0300 Subject: [PATCH 2/5] Update posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md Co-Authored-By: Niko Matsakis --- posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md index 78bc2ae72..27b0e6157 100644 --- a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md +++ b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md @@ -32,7 +32,7 @@ This kind of cleanup is invaluable in getting bugs fixed. It can be done by anybody who knows Rust, without any particularly deep knowledge of the compiler. If you want to be part of it and be notified -about things to do, just [open a PR]! When we come across a suitable +about things to do, just add yourself to the list ([instructions here])! When we come across a suitable bug, we'll write a message that `@`-mentions every Github user on that team. If you have some time, maybe you can provide some useful information. From 329ece6f8c89989b11543c41c9dc170e971ba607 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 6 Feb 2020 10:17:23 -0300 Subject: [PATCH 3/5] Fix link --- posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md index 27b0e6157..bdd116beb 100644 --- a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md +++ b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md @@ -37,7 +37,7 @@ bug, we'll write a message that `@`-mentions every Github user on that team. If you have some time, maybe you can provide some useful information. -[open a PR]: https://rust-lang.github.io/rustc-guide/ice-breaker/about.html#join +[instructions here]: https://rust-lang.github.io/rustc-guide/ice-breaker/about.html#join You can find more information about the group on it's [rustc-guide section](https://rust-lang.github.io/rustc-guide/ice-breaker/cleanup-crew.html). From d7a66927e236c350725c463d89c6e0ede344f85c Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 6 Feb 2020 11:33:11 -0300 Subject: [PATCH 4/5] Update posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md Co-Authored-By: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> --- posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md index bdd116beb..97ab614ff 100644 --- a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md +++ b/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md @@ -32,7 +32,7 @@ This kind of cleanup is invaluable in getting bugs fixed. It can be done by anybody who knows Rust, without any particularly deep knowledge of the compiler. If you want to be part of it and be notified -about things to do, just add yourself to the list ([instructions here])! When we come across a suitable +about things to do, just [add yourself to the list][instructions here]! When we come across a suitable bug, we'll write a message that `@`-mentions every Github user on that team. If you have some time, maybe you can provide some useful information. From 9807a5df7b6fe12d932504098b5038677e270131 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 6 Feb 2020 16:14:56 -0300 Subject: [PATCH 5/5] Update Cleanup-Crew post date --- ...ew-ICE-breakers.md => 2020-02-06-Cleanup-Crew-ICE-breakers.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename posts/inside-rust/{2020-01-27-Cleanup-Crew-ICE-breakers.md => 2020-02-06-Cleanup-Crew-ICE-breakers.md} (100%) diff --git a/posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md b/posts/inside-rust/2020-02-06-Cleanup-Crew-ICE-breakers.md similarity index 100% rename from posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md rename to posts/inside-rust/2020-02-06-Cleanup-Crew-ICE-breakers.md