From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34426) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imgyd-00018S-Vy for guix-patches@gnu.org; Wed, 01 Jan 2020 11:36:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imgyY-00065P-Os for guix-patches@gnu.org; Wed, 01 Jan 2020 11:36:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59742) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imgyY-000659-MI for guix-patches@gnu.org; Wed, 01 Jan 2020 11:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1imgyY-0002E3-Kn for guix-patches@gnu.org; Wed, 01 Jan 2020 11:36:02 -0500 Subject: [bug#38846] [PATCH 3/4] doc: Encourage patch review. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Wed, 1 Jan 2020 17:34:45 +0100 Message-Id: <20200101163446.5132-3-ludo@gnu.org> In-Reply-To: <20200101163446.5132-1-ludo@gnu.org> References: <20200101163446.5132-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38846@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , guix-maintainers@gnu.org * doc/contributing.texi (Commit Access): Add note about patch review. --- doc/contributing.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index e6e6ab36c2..74b4718eb3 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1149,3 +1149,9 @@ you're confident, it's OK to commit. That last part is subject to being adjusted, allowing individuals to commit directly on non-controversial changes on parts they’re familiar with. + +One last thing: the project keeps moving forward because committers not +only push their own awesome changes, but also offer some of their time +@emph{reviewing} and pushing other people's changes. As a committer, +you're welcome to use your expertise and commit rights to help other +contributors, too! -- 2.24.1