From ed900ccb9f19e6185d18c2bf5e4f1a7b2cfb1dbe Mon Sep 17 00:00:00 2001 From: apiraino Date: Wed, 1 Mar 2023 18:27:10 +0100 Subject: [PATCH] Add detail to contributing guide --- src/contributing.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/contributing.md b/src/contributing.md index 383660fc1..471744128 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -96,6 +96,21 @@ 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 + +--- + ### CI In addition to being reviewed by a human, pull requests are automatically tested