about summary refs log tree commit diff
path: root/Etc/zsh-development-guide
diff options
context:
space:
mode:
Diffstat (limited to 'Etc/zsh-development-guide')
-rw-r--r--Etc/zsh-development-guide8
1 files changed, 8 insertions, 0 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index cbada7de9..e8c292cfd 100644
--- a/Etc/zsh-development-guide
+++ b/Etc/zsh-development-guide
@@ -66,6 +66,14 @@ avoided further changes to our workflow.
    the mailing list sequence number. This number is generated by the list
    server and inserted as an X-Seq: header field in the e-mail.
 
+   Your email client may be able to be configured to show the X-Seq:
+   header by default, and probably has a way to view the raw full headers
+   of an email.  The X-Seq header is also shown on the
+   https://www.zsh.org/mla/ email archives.  We can also, upon request,
+   set up an email-based bot that, whenever you post a patch to the
+   mailing list, will send you an offlist reply with the X-Seq number of
+   your patch.
+
  * An entry in the ChangeLog file should be added manually before pushing
    a commit to the master repository. Don't create a separate change for
    this: amend the existing commit in your local repository.