summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-02-10 11:06:55 +0100
committerLudovic Courtès <ludo@gnu.org>2024-02-10 11:06:55 +0100
commit1464ea9e13f4aba84e9ddc63714810fb378d331f (patch)
tree16b3c51692d9e30d8732b043b9c8ad27387706ed
parentfb1f5e28b1a575247fd16184b1c83b8838b09716 (diff)
HACKING: Suggest bug-guix.
* HACKING (Contributing Your Changes): Expand.
-rw-r--r--HACKING6
1 files changed, 4 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 94fba199c..bb10de0c1 100644
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,6 @@
-*-text-*-
Guile Hacking Guide
-Copyright (c) 1996-2002,2008,2012,2015,2017 Free Software Foundation, Inc.
+Copyright (c) 1996-2002,2008,2012,2015,2017,2024 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
@@ -117,7 +117,9 @@ Contributing Your Changes ============================================
- If you have put together a change that meets the coding standards
described below, we encourage you to submit it to Guile. Post your
-patch to guile-devel@gnu.org.
+patch to guile-devel@gnu.org or bug-guile@gnu.org; the latter is
+tracked at <https://bugs.gnu.org/guile>, which can be browsed from
+Emacs with debbugs.el, and is thus less likely to be lost.
- We prefer patches generated using 'git format-patch'.