From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58443) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imiQZ-0003TR-5L for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imiQY-0001BL-6U for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59801) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imiQY-0001Aa-3W for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1imiQX-00056g-Sb for guix-patches@gnu.org; Wed, 01 Jan 2020 13:09:01 -0500 Subject: [bug#38846] [PATCH 1/4] doc: Add "Tracking Bugs and Patches" section. Resent-Message-ID: References: <20200101163446.5132-1-ludo@gnu.org> From: Ricardo Wurmus In-reply-to: <20200101163446.5132-1-ludo@gnu.org> Date: Wed, 01 Jan 2020 19:07:58 +0100 Message-ID: <87zhf7m4n5.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 (Tracking Bugs and Patches): New section. > (Submitting Patches): Refer to it. > * doc/guix.texi: Update copyright line. > * HACKING (Using emacs-debbugs): Remove. Looks good to me, thank you! --=20 Ricardo