bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56009: [PATCH] Clarify that patches are sent to the same email addre


From: jgart
Subject: bug#56009: [PATCH] Clarify that patches are sent to the same email address as bug reports.
Date: Wed, 15 Jun 2022 23:39:19 -0500

---
 website/apps/base/contribute-page.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/base/contribute-page.scm 
b/website/apps/base/contribute-page.scm
index 630f05c..2835b00 100644
--- a/website/apps/base/contribute-page.scm
+++ b/website/apps/base/contribute-page.scm
@@ -75,7 +75,7 @@
        (p "If you have fixed the bug as well, we ask that you:")
        (ul
         (li "Please send a patch and commit log as produced by "
-            (code "git format-patch") ".")
+            (code "git format-patch") " to " (a (@ (href 
"mailto:bug-guile@gnu.org";)) "bug-guile@gnu.org") ".")
         (li "Please include a "
             (a (@ (href 
"http://www.gnu.org/prep/standards/standards.html#Change-Logs";)) 
"ChangeLog-style commit log")
             " with your fix.")
-- 
2.36.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]