summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index c8f884eacd..c0755bb895 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -337,4 +337,7 @@ referring to people, such as
When posting a patch to the mailing list, use @samp{[PATCH] @dots{}} as
a subject. You may use your email client or the @command{git
-send-email} command.
+send-email} command. 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 could potentially break the patches.