From 74edc785cf8dbbf70ead8c8a75a495a86b15e5f9 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 6 Mar 2023 04:26:46 +0200 Subject: [PATCH] improve capacity note --- src/contributing.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/contributing.md b/src/contributing.md index 471744128..19cbc033f 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -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