From cefca3b5ca7c534528764b1ffa38afa317128ba6 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 22 Oct 2019 16:11:52 -0400 Subject: [PATCH] give instructions for how to ping the ICE-breaker teams (#475) * give instructions for how to ping the ICE-breaker teams * Update src/ice-breaker/about.md Co-Authored-By: Yuki Okushi * add links --- src/ice-breaker/about.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/ice-breaker/about.md b/src/ice-breaker/about.md index 733011d3..1b59fc23 100644 --- a/src/ice-breaker/about.md +++ b/src/ice-breaker/about.md @@ -47,3 +47,20 @@ 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: + +```text +@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.** + +[rustbot]: https://github.com/rust-lang/triagebot/ +[`ping`]: https://github.com/rust-lang/triagebot/wiki/Pinging