From c18b9d11421ba2000434784e93474c00f0c3d689 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 22 Oct 2019 13:50:23 -0400 Subject: [PATCH 1/3] give instructions for how to ping the ICE-breaker teams --- src/ice-breaker/about.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/ice-breaker/about.md b/src/ice-breaker/about.md index 733011d39..00b7ef3bd 100644 --- a/src/ice-breaker/about.md +++ b/src/ice-breaker/about.md @@ -47,3 +47,17 @@ 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) + +## Tagging an issue for an ICE-breaker group + +To tag an issue as appropriate for an ICE-breaker group, you give +[rustbot] a [`ping`] command with the name of the ICE-breakers +team. For example: + +``` +@rustbot ping icebreakers-llvm +``` + +**Note though that this should only be done by compiler team members +or contributors, and is typically done as part of compiler team +triage.** From 28c52c3974dfb1294400bebbfb4dad5e665500e0 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 22 Oct 2019 14:28:33 -0400 Subject: [PATCH 2/3] Update src/ice-breaker/about.md Co-Authored-By: Yuki Okushi --- src/ice-breaker/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ice-breaker/about.md b/src/ice-breaker/about.md index 00b7ef3bd..171a3bced 100644 --- a/src/ice-breaker/about.md +++ b/src/ice-breaker/about.md @@ -54,7 +54,7 @@ To tag an issue as appropriate for an ICE-breaker group, you give [rustbot] a [`ping`] command with the name of the ICE-breakers team. For example: -``` +```text @rustbot ping icebreakers-llvm ``` From 31f7afb7c573ff23dbe137a7a8961cca9b390c32 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 22 Oct 2019 14:38:44 -0400 Subject: [PATCH 3/3] add links --- src/ice-breaker/about.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ice-breaker/about.md b/src/ice-breaker/about.md index 171a3bced..1b59fc23f 100644 --- a/src/ice-breaker/about.md +++ b/src/ice-breaker/about.md @@ -61,3 +61,6 @@ team. For example: **Note though that this should only be done by compiler team members or contributors, and is typically done as part of compiler team triage.** + +[rustbot]: https://github.com/rust-lang/triagebot/ +[`ping`]: https://github.com/rust-lang/triagebot/wiki/Pinging