Skip to content

Commit da01fd5

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/contributing.md

+12
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,18 @@ 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 notice**: we receive way more pull requests than we have reviewers available, many of them are contributing on a volunteer basis. In order to minimize review delays, pull request authors and assigned reviewers should ensure that the review label (`S-waiting-on-review` and `S-waiting-on-author`) stays updated, invoking these commands when appropriate:
102+
103+
`@rustbot author`: the review is finished, PR author should check the comments and take
104+
action accordingly
105+
106+
`@rustbot review`: the author is ready for a review, this PR will be queued again in the
107+
reviewer's queue
108+
109+
---
110+
99111
### CI
100112

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

0 commit comments

Comments
 (0)