@@ -96,20 +96,22 @@ For a full list of possible `groupname` check the `adhoc_groups` section at the
96
96
or the list of teams in the [ rust-lang teams
97
97
database] ( https://github.com/rust-lang/team/tree/master/teams ) .
98
98
99
- ---
100
-
101
- ** Please note** : Our pool of pull requests reviewers is often working at capacity, many of them are
102
- contributing on a volunteer basis. In order to minimize review delays, pull request authors
103
- and assigned reviewers should ensure that the review label (` S-waiting-on-review ` and
104
- ` S-waiting-on-author ` ) stays updated, invoking these commands when appropriate:
105
-
106
- ` @rustbot author ` : the review is finished, PR author should check the comments and take action
107
- accordingly
108
-
109
- ` @rustbot review ` : the author is ready for a review, this PR will be queued again in the reviewer's
110
- queue
111
-
112
- ---
99
+ > NOTE
100
+ >
101
+ > Pull request reviewers are often working at capacity,
102
+ > and many of them are contributing on a volunteer basis.
103
+ > In order to minimize review delays,
104
+ > pull request authors and assigned reviewers should ensure that the review label
105
+ > (` S-waiting-on-review ` and ` S-waiting-on-author ` ) stays updated,
106
+ > invoking these commands when appropriate:
107
+ >
108
+ > - ` @rustbot author ` :
109
+ > the review is finished,
110
+ > and PR author should check the comments and take action accordingly.
111
+ >
112
+ > - ` @rustbot review ` :
113
+ > the author is ready for a review,
114
+ > and this PR will be queued again in the reviewer's queue.
113
115
114
116
### CI
115
117
0 commit comments