Re: [patch] Add instructions for sending patches

2021-12-11 Thread Maxime Devos
Hi, Dr. Arne Babenhauserheide schreef op za 11-12-2021 om 16:12 [+0100]: > + (p "To contribute small improvements, please send patches to > " > +    (a (@ (href "mailto:guile-devel@gnu.org";)) > "guile-devel@gnu.org") > +   ".") What about contributing _large_ improvements? Where shou

[patch] Add instructions for sending patches

2021-12-11 Thread Dr. Arne Babenhauserheide
Hi, the attached patch adds a small section to the website that I’ve been missing a few times already, so I thought I’ll just add it :-) The patch is for https://git.savannah.gnu.org/cgit/guile/guile-web.git/ From 11da5a6eacb0052e66065bf39a34c55bd496b431 Mon Sep 17 00:00:00 2001 From: Arne Baben