Skip to content

Commit ed900cc

Browse files
committed
Add detail to contributing guide
1 parent b06dab8 commit ed900cc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/contributing.md

+15
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,21 @@ For a full list of possible `groupname` check the `adhoc_groups` section at the
9696
or the list of teams in the [rust-lang teams
9797
database](https://github.com/rust-lang/team/tree/master/teams).
9898

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+
---
113+
99114
### CI
100115

101116
In addition to being reviewed by a human, pull requests are automatically tested

0 commit comments

Comments
 (0)