Skip to content

Commit ddd3d6a

Browse files
nikomatsakisspastorino
authored andcommitted
reference the new PR mechanism (#463)
* reference the new PR mechanism * wrap lines
1 parent 522bcb4 commit ddd3d6a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/ice-breaker/about.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,19 @@ priority**:
3131

3232
## Joining an ICE-breaker group
3333

34-
TBD -- we are building this mechanism right now! In the meantime, drop
35-
in on Zulip and leave your github name in [this topic][topic].
34+
To join an ICE-breaker group, you just have to open a PR adding your
35+
Github username to the appropriate file in the Rust team repository.
36+
See the "example PRs" below to get a precise idea and to identify the
37+
file to edit.
3638

37-
[topic]: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/llvm.20ice-breaker.20registration
39+
Also, if you are not already a member of a Rust team then -- in addition
40+
to adding your name to the file -- you have to checkout the repository and
41+
run the following command:
42+
43+
```bash
44+
cargo run add-person $your_user_name
45+
```
46+
47+
Example PRs:
48+
49+
* [Example of adding yourself to the LLVM ICE-breakers.](https://github.com/rust-lang/team/pull/140)

0 commit comments

Comments
 (0)