diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2024-06-10 13:54:09 +0100 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2024-06-12 22:14:41 +0100 |
commit | f65bbca6e4f067935921bf47835e479d48cb2867 (patch) | |
tree | 2bfcf831823add36d590829e3802e98462f9b65a | |
parent | d25bb39c512fd20656b3cdab64e265b5683c3abb (diff) | |
download | guix-f65bbca6e4f067935921bf47835e479d48cb2867.tar.gz guix-f65bbca6e4f067935921bf47835e479d48cb2867.zip |
doc: Refer to mumi send-email in Submitting Patches.
* doc/contributing.texi (Submitting Patches): Refer to mumi send-email.
Change-Id: I009cdc306220ef63e6641fac69d3453ab169bfa2
-rw-r--r-- | doc/contributing.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index c089cfc95e..938c8bfdb1 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -2021,11 +2021,12 @@ a subject, if your patch is to be applied on a branch other than @code{master}, say @code{core-updates}, specify it in the subject like @samp{[PATCH core-updates] @dots{}}. -You may use your email client or the @command{git send-email} command -(@pxref{Sending a Patch Series}). We prefer to get patches in plain -text messages, either inline or as MIME attachments. You are advised to -pay attention if your email client changes anything like line breaks or -indentation which could potentially break the patches. +You may use your email client, the @command{git send-email} command +(@pxref{Sending a Patch Series}) or the @command{mumi send-email} +command (@pxref{Debbugs User Interfaces}). We prefer to get patches in +plain text messages, either inline or as MIME attachments. You are +advised to pay attention if your email client changes anything like line +breaks or indentation which could potentially break the patches. Expect some delay when you submit your very first patch to @email{guix-patches@@gnu.org}. You have to wait until you get an |