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
This commit is contained in:
Niko Matsakis 2019-10-22 16:11:52 -04:00 committed by Santiago Pastorino
parent eae74d3e18
commit cefca3b5ca
1 changed files with 17 additions and 0 deletions

View File

@ -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