Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve capacity note #1634

Merged
merged 1 commit into from
Mar 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,22 @@ For a full list of possible `groupname` check the `adhoc_groups` section at the
or the list of teams in the [rust-lang teams
database](https://github.com/rust-lang/team/tree/master/teams).

---

**Please note**: Our pool of pull requests reviewers is often working at capacity, 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:

`@rustbot author`: the review is finished, PR author should check the comments and take action
accordingly

`@rustbot review`: the author is ready for a review, this PR will be queued again in the reviewer's
queue

---
> NOTE
>
> Pull request reviewers are often working at capacity,
> and 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:
>
> - `@rustbot author`:
> the review is finished,
> and PR author should check the comments and take action accordingly.
>
> - `@rustbot review`:
> the author is ready for a review,
> and this PR will be queued again in the reviewer's queue.

### CI

Expand Down