From 1f8adb4785e511074e240313be914a358d276074 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 9 Aug 2020 02:42:25 +0000 Subject: 47308: zsh-development-guide: Document the new X-Seq autoreply bot. --- ChangeLog | 5 +++++ Etc/zsh-development-guide | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index e8703a156..6096f0c58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-08-10 Daniel Shahaf + + * 47308: Etc/zsh-development-guide: Document the new X-Seq + autoreply bot. + 2020-08-09 Daniel Shahaf * 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. -- cgit 1.4.1