-
Notifications
You must be signed in to change notification settings - Fork 300
announce Cleanup Crew ICE-breaker group #504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nikomatsakis
merged 5 commits into
rust-lang:master
from
spastorino:announce-cleanup-crew
Feb 6, 2020
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7d355ff
announce Cleanup Crew ICE-breaker group
spastorino 53f83e0
Update posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md
spastorino 329ece6
Fix link
spastorino d7a6692
Update posts/inside-rust/2020-01-27-Cleanup-Crew-ICE-breakers.md
spastorino 9807a5d
Update Cleanup-Crew post date
spastorino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <https://www.rust-lang.org/governance/teams/compiler> | ||
--- | ||
|
||
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 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. | ||
|
||
[open a PR]: https://rust-lang.github.io/rustc-guide/ice-breaker/about.html#join | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've just followed the same idea of the LLVM ICE Breaker announcement but maybe isn't it better to just point to the PR? |
||
|
||
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). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.