Skip to content

Commit af75c10

Browse files
LeSeulArtichautmark-i-m
authored andcommitted
Rework commit message
1 parent 255bf3c commit af75c10

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/ice-breaker/about.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,22 @@ To tag an issue as appropriate for an ICE-breaker group, you give
5757
[rustbot] a [`ping`] command with the name of the ICE-breakers
5858
team. For example:
5959

60+
```text
61+
@rustbot ping icebreakers-llvm
62+
@rustbot ping icebreakers-cleanup-crew
63+
```
64+
65+
To make these commands shorter and easier to remember, there are aliases,
66+
defined in the [`triagebot.toml`] file. For example:
67+
6068
```text
6169
@rustbot ping llvm
6270
@rustbot ping cleanup
6371
```
6472

65-
These are aliases that are easier to remember than the full invocation.
66-
They are declared in the [`triagebot.toml`] file and might be subject to
67-
changes.
73+
Keep in mind that these aliases are meant to make humans' life easier.
74+
They might be subject to change. If you need to ensure that a command
75+
will always be valid, prefer the full invocations over the aliases.
6876

6977
**Note though that this should only be done by compiler team members
7078
or contributors, and is typically done as part of compiler team

0 commit comments

Comments
 (0)