From 11a5c4ae858e10c76aa8b747217a55955bc7be3f Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 10 Oct 2019 14:21:20 -0400 Subject: [PATCH 1/2] reference the new PR mechanism --- src/ice-breaker/about.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/ice-breaker/about.md b/src/ice-breaker/about.md index ab9c66789..09540679a 100644 --- a/src/ice-breaker/about.md +++ b/src/ice-breaker/about.md @@ -31,7 +31,14 @@ priority**: ## Joining an ICE-breaker group -TBD -- we are building this mechanism right now! In the meantime, drop -in on Zulip and leave your github name in [this topic][topic]. +To join an ICE-breaker group, you just have to open a PR adding your Github username to the appropriate file in the Rust team repository. See the "example PRs" below to get a precise idea and to identify the file to edit. -[topic]: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/llvm.20ice-breaker.20registration +Also, if you are not already a member of a Rust team then -- in addition to adding your name to the file -- you have to checkout the repository and run the following command: + +```bash +cargo run add-person $your_user_name +``` + +Example PRs: + +* [Example of adding yourself to the LLVM ICE-breakers.](https://github.com/rust-lang/team/pull/140) From ac6b0f23718bce15359588ceffb95c28269a83d2 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 10 Oct 2019 14:25:57 -0400 Subject: [PATCH 2/2] wrap lines --- src/ice-breaker/about.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/ice-breaker/about.md b/src/ice-breaker/about.md index 09540679a..733011d39 100644 --- a/src/ice-breaker/about.md +++ b/src/ice-breaker/about.md @@ -31,9 +31,14 @@ priority**: ## Joining an ICE-breaker group -To join an ICE-breaker group, you just have to open a PR adding your Github username to the appropriate file in the Rust team repository. See the "example PRs" below to get a precise idea and to identify the file to edit. - -Also, if you are not already a member of a Rust team then -- in addition to adding your name to the file -- you have to checkout the repository and run the following command: +To join an ICE-breaker group, you just have to open a PR adding your +Github username to the appropriate file in the Rust team repository. +See the "example PRs" below to get a precise idea and to identify the +file to edit. + +Also, if you are not already a member of a Rust team then -- in addition +to adding your name to the file -- you have to checkout the repository and +run the following command: ```bash cargo run add-person $your_user_name