File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,19 @@ priority**:
31
31
32
32
## Joining an ICE-breaker group
33
33
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.
36
38
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 )
You can’t perform that action at this time.
0 commit comments