From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42695) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imiaF-0004vA-5r for guix-patches@gnu.org; Wed, 01 Jan 2020 13:19:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imiaD-0004qu-Tb for guix-patches@gnu.org; Wed, 01 Jan 2020 13:19:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59815) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imiaD-0004qa-QW for guix-patches@gnu.org; Wed, 01 Jan 2020 13:19:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1imiaD-0005Mc-Nn for guix-patches@gnu.org; Wed, 01 Jan 2020 13:19:01 -0500 Subject: [bug#38846] [PATCH 1/4] doc: Add "Tracking Bugs and Patches" section. Resent-Message-ID: MIME-Version: 1.0 References: <20200101162945.4946-1-ludo@gnu.org> <20200101163446.5132-1-ludo@gnu.org> In-Reply-To: <20200101163446.5132-1-ludo@gnu.org> From: zimoun Date: Wed, 1 Jan 2020 19:18:38 +0100 Message-ID: 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: 38846@debbugs.gnu.org Hi Ludo, On Wed, 1 Jan 2020 at 17:36, Ludovic Court=C3=A8s wrote: > > * doc/contributing.texi (Tracking Bugs and Patches): New section. > (Submitting Patches): Refer to it. > * doc/guix.texi: Update copyright line. > * HACKING (Using emacs-debbugs): Remove. > --- > HACKING | 11 +------- > doc/contributing.texi | 62 ++++++++++++++++++++++++++++++++++++++----- > doc/guix.texi | 2 +- > 3 files changed, 58 insertions(+), 17 deletions(-) > > diff --git a/HACKING b/HACKING > index 2f0f93f896..eeea2f6311 100644 > --- a/HACKING > +++ b/HACKING > @@ -2,7 +2,7 @@ > > #+TITLE: Hacking GNU Guix and Its Incredible Distro > > -Copyright =C2=A9 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Court=C3=A8s= > +Copyright =C2=A9 2012, 2013, 2014, 2016, 2017, 2019, 2020 Ludovic Court= =C3=A8s > Copyright =C2=A9 2015, 2017 Mathieu Lirzin > Copyright =C2=A9 2017 Leo Famulari > Copyright =C2=A9 2017 Arun Isaac > @@ -63,12 +63,3 @@ after two weeks, and if you=E2=80=99re confident, it= =E2=80=99s OK to commit. > > 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. > - > -* Using emacs-debbugs > - > -Bug reports and patches are tracked using debbugs. If you are on emacs, = you > -can use emacs-debbugs. > - > -List all open bug reports on guix-patches with > - > -C-u M-x debbugs-gnu guix-patches n y I thought the policy about copyright was when adding/changing lines, not when removing them. https://lists.gnu.org/archive/html/guix-devel/2019-10/msg00473.html Maybe I miss something. Just to notice. Otherwise, nice! Cheers, simon