From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60340) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imiRW-0003fk-U4 for guix-patches@gnu.org; Wed, 01 Jan 2020 13:10:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imiRV-0003nZ-RD for guix-patches@gnu.org; Wed, 01 Jan 2020 13:10:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59807) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imiRV-0003my-Ne for guix-patches@gnu.org; Wed, 01 Jan 2020 13:10:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1imiRV-00058X-II for guix-patches@gnu.org; Wed, 01 Jan 2020 13:10:01 -0500 Subject: [bug#38846] [PATCH 3/4] doc: Encourage patch review. Resent-Message-ID: References: <20200101163446.5132-1-ludo@gnu.org> <20200101163446.5132-3-ludo@gnu.org> From: Ricardo Wurmus In-reply-to: <20200101163446.5132-3-ludo@gnu.org> Date: Wed, 01 Jan 2020 19:09:21 +0100 Message-ID: <87woabm4ku.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: guix-maintainers@gnu.org, 38846@debbugs.gnu.org Ludovic Court=C3=A8s writes: > * 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. >=20=20 > That last part is subject to being adjusted, allowing individuals to com= mit > directly on non-controversial changes on parts they=E2=80=99re 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! Perfect! --=20 Ricardo