summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Etc/zsh-development-guide8
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8703a156..6096f0c58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-10 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * 47308: Etc/zsh-development-guide: Document the new X-Seq
+ autoreply bot.
+
2020-08-09 Daniel Shahaf <d.s@daniel.shahaf.name>
* 47303: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg,
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.