1
- # ICE-breakers
1
+ # Notification groups
2
2
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
4
4
"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!)
6
6
and joining does not entail any particular commitment.
7
7
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
9
9
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
11
11
can then [ claim the issue] and start working on it.
12
12
13
13
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
15
15
search for existing issues that haven't been claimed yet.
16
16
17
17
[ claim the issue ] : https://github.com/rust-lang/triagebot/wiki/Assignment
18
18
19
- ## What issues are a good fit for ICE-breaker groups?
19
+ ## What issues are a good fit for notification groups?
20
20
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** :
23
23
24
24
- By ** isolated** , we mean that we do not expect large-scale refactoring
25
25
to be required to fix the bug.
26
26
- By ** middle priority** , we mean that we'd like to see the bug fixed,
27
27
but it's not such a burning problem that we are dropping everything
28
28
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
30
30
to try and stop that from happening!
31
31
32
32
<a name =" join " ></a >
33
33
34
- ## Joining an ICE-breaker group
34
+ ## Joining a notification group
35
35
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.
38
38
See the "example PRs" below to get a precise idea and to identify the
39
39
file to edit.
40
40
@@ -48,18 +48,20 @@ cargo run add-person $your_user_name
48
48
49
49
Example PRs:
50
50
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 )
53
55
54
- ## Tagging an issue for an ICE-breaker group
56
+ ## Tagging an issue for a notification group
55
57
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:
59
61
60
62
``` text
61
- @rustbot ping icebreakers- llvm
62
- @rustbot ping icebreakers- cleanup-crew
63
+ @rustbot ping llvm
64
+ @rustbot ping cleanup-crew
63
65
```
64
66
65
67
To make these commands shorter and easier to remember, there are aliases,
0 commit comments