about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-10-22 16:11:52 -0400
committerSantiago Pastorino <spastorino@gmail.com>2019-10-22 17:11:52 -0300
commit2ae9abceac1e66a171320b162b29ecbb09749e83 (patch)
tree3007d29379ce64fe8bc8c9f91610602a388f27b1 /src/doc/rustc-dev-guide
parent49f98a9b0f4fea0f2778a222def389037893579c (diff)
downloadrust-2ae9abceac1e66a171320b162b29ecbb09749e83.tar.gz
rust-2ae9abceac1e66a171320b162b29ecbb09749e83.zip
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 <huyuumi.dev@gmail.com>

* add links
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/ice-breaker/about.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/ice-breaker/about.md b/src/doc/rustc-dev-guide/src/ice-breaker/about.md
index 733011d393a..1b59fc23fe8 100644
--- a/src/doc/rustc-dev-guide/src/ice-breaker/about.md
+++ b/src/doc/rustc-dev-guide/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