Skip to content

Commit 1a229d6

Browse files
nikomatsakismark-i-m
authored andcommitted
complete the ICE-breaker => notification group rename
1 parent 089b826 commit 1a229d6

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

src/notification-groups/about.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
# ICE-breakers
1+
# Notification groups
22

3-
The **ICE-breaker groups** are an easy way to help out with rustc in a
3+
The **notification groups** are an easy way to help out with rustc in a
44
"piece-meal" fashion, without committing to a larger project.
5-
ICE-breaker groups are **[easy to join](#join)** (just submit a PR!)
5+
Notification groups are **[easy to join](#join)** (just submit a PR!)
66
and joining does not entail any particular commitment.
77

8-
Once you [join an ICE-breaker group](#join), you will be added to
8+
Once you [join a notification group](#join), you will be added to
99
a list that receives pings on github whenever a new issue is found
10-
that fits the ICE-breaker group's criteria. If you are interested, you
10+
that fits the notification group's criteria. If you are interested, you
1111
can then [claim the issue] and start working on it.
1212

1313
Of course, you don't have to wait for new issues to be tagged! If you
14-
prefer, you can use the Github label for an ICE-breaker group to
14+
prefer, you can use the Github label for a notification group to
1515
search for existing issues that haven't been claimed yet.
1616

1717
[claim the issue]: https://github.com/rust-lang/triagebot/wiki/Assignment
1818

19-
## What issues are a good fit for ICE-breaker groups?
19+
## What issues are a good fit for notification groups?
2020

21-
"ICE-breaker issues" are intended to be **isolated** bugs of **middle
22-
priority**:
21+
Notification groups tend to get pinged on **isolated** bugs,
22+
particularly those of **middle priority**:
2323

2424
- By **isolated**, we mean that we do not expect large-scale refactoring
2525
to be required to fix the bug.
2626
- By **middle priority**, we mean that we'd like to see the bug fixed,
2727
but it's not such a burning problem that we are dropping everything
2828
else to fix it. The danger with such bugs, of course, is that they
29-
can accumulate over time, and the role of the ICE-breaker groups is
29+
can accumulate over time, and the role of the notification group is
3030
to try and stop that from happening!
3131

3232
<a name="join"></a>
3333

34-
## Joining an ICE-breaker group
34+
## Joining a notification group
3535

36-
To join an ICE-breaker group, you just have to open a PR adding your
37-
Github username to the appropriate file in the Rust team repository.
36+
To join an notification group, you just have to open a PR adding your
37+
Github username to the appropriate file in the Rust team repository.
3838
See the "example PRs" below to get a precise idea and to identify the
3939
file to edit.
4040

@@ -48,18 +48,20 @@ cargo run add-person $your_user_name
4848

4949
Example PRs:
5050

51-
* [Example of adding yourself to the LLVM ICE-breakers.](https://github.com/rust-lang/team/pull/140)
52-
* [Example of adding yourself to the Cleanup Crew ICE-breakers.](https://github.com/rust-lang/team/pull/221)
51+
* [Example of adding yourself to the Cleanup Crew.](https://github.com/rust-lang/team/pull/221)
52+
* [Example of adding yourself to the LLVM group.](https://github.com/rust-lang/team/pull/140)
53+
* [Example of adding yourself to the Windows group.](https://github.com/rust-lang/team/pull/348)
54+
* [Example of adding yourself to the ARM group.](https://github.com/rust-lang/team/pull/358)
5355

54-
## Tagging an issue for an ICE-breaker group
56+
## Tagging an issue for a notification group
5557

56-
To tag an issue as appropriate for an ICE-breaker group, you give
57-
[rustbot] a [`ping`] command with the name of the ICE-breakers
58-
team. For example:
58+
To tag an issue as appropriate for a notification group, you give
59+
[rustbot] a [`ping`] command with the name of the notification
60+
group. For example:
5961

6062
```text
61-
@rustbot ping icebreakers-llvm
62-
@rustbot ping icebreakers-cleanup-crew
63+
@rustbot ping llvm
64+
@rustbot ping cleanup-crew
6365
```
6466

6567
To make these commands shorter and easier to remember, there are aliases,

0 commit comments

Comments
 (0)