From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dty4f-0000VQ-Bf for guix-patches@gnu.org; Mon, 18 Sep 2017 11:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dty4b-0001GN-UC for guix-patches@gnu.org; Mon, 18 Sep 2017 11:35:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37941) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dty4b-0001GH-QO for guix-patches@gnu.org; Mon, 18 Sep 2017 11:35:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dty4b-0004US-K4 for guix-patches@gnu.org; Mon, 18 Sep 2017 11:35:01 -0400 Subject: [bug#28491] [PATCH] doc: Add "Sending a Patch Series" subsection. Resent-Message-ID: From: Jan Nieuwenhuizen References: <20170918092030.9691-1-janneke@gnu.org> <87h8w089a5.fsf@nicolasgoaziou.fr> <87377k3wz3.fsf@gnu.org> <874ls0ca6b.fsf@nicolasgoaziou.fr> Date: Mon, 18 Sep 2017 17:34:03 +0200 In-Reply-To: <874ls0ca6b.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Mon, 18 Sep 2017 17:13:00 +0200") Message-ID: <87y3pc2f84.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: Nicolas Goaziou Cc: 28491@debbugs.gnu.org --=-=-= Content-Type: text/plain Nicolas Goaziou writes: > Looks good. @pxref after a comma was fine, too. Ok. > Would it make sense to recall the need to close the thread by answering > to ? This information is surprisingly > hard to find. Yes, I think so. Added as a second patch, how is this? Greeting, janneke --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0002-doc-Add-a-note-about-closing-bug-threads.patch Content-Transfer-Encoding: quoted-printable >From 73cb6cc69746c03efd5ea3c233a74717a6612534 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 18 Sep 2017 17:25:58 +0200 Subject: [PATCH 2/2] doc: Add a note about closing bug threads. * doc/contributing.texi (Submitting Patches): Add a note about closing bug threads by mailing to NNN-done@debbugs.gnu.org. Suggested-by: Nicolas Goaziou --- doc/contributing.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index 323b01628..1b1875fa0 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -436,6 +436,9 @@ You are advised to pay attention if your email client c= hanges anything like line breaks or indentation which could potentially break the patches. =20 +When a bug is resolved, please close the thread by sending an email to +@email{@var{NNN}-done@@debbugs.gnu.org}. + @unnumberedsubsec Sending a Patch Series @anchor{Sending a Patch Series} @cindex patch series --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-=--