From 6131b675e852077b65a588c636206ce0bf29ba27 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 May 2020 11:21:56 -0700 Subject: add mailing list info to CONTRIBUTING.md Signed-off-by: Sean Whitton --- CONTRIBUTING.rst | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 707e2f6..0db4ab0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,3 +1,57 @@ +Submitting patches +================== + +Thank you for your interest in contributing to this project! + +Please **do not** submit a pull request on GitHub. The repository +there is an automated mirror, and I don't develop using GitHub's +platform. + +Project mailing lists +===================== + +There are two low-volume project mailing lists, shared with some other +small free software projects: + +- sgo-software-announce -- + + + For release announcements. + +- sgo-software-discuss -- + + + For bug reports, posting patches, user questions and discussion. + +Please prepend ``[mailscripts]`` to the subject line of your e-mail, +and for patches, pass ``--subject-prefix="PATCH mailscripts"`` to +git-send-email(1). + +Posting to sgo-software-discuss +------------------------------- + +If you're not subscribed to the list, your posting will be held for +moderation; please be patient. + +Whether or not you're subscribed, chiark.greenend.org.uk has +aggressive antispam. If your messages aren't getting through, we can +easily add a bypass on chiark; please contact . + +If you don't want to deal with the mailing list and just want to send +patches, you should feel free to pass ``--to=spwhitton@spwhitton.name`` +to git-send-email(1). + +Alternatively, publish a git branch somewhere publically accessible (a +GitHub fork is fine) and write to me asking me to merge it. I may +convert your branch back into patches when sending you feedback :) + +Reporting bugs +============== + +Please read "How to Report Bugs Effectively" to ensure your bug report +constitutes a useful contribution to the project: + + Signing off your commits ======================== -- cgit v1.2.3 From b3c1b1d32ae17899facbbf95784ef33d10654450 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 May 2020 10:43:48 -0700 Subject: add IRC channel Signed-off-by: Sean Whitton --- CONTRIBUTING.rst | 6 ++++++ debian/changelog | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0db4ab0..7ef8682 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -45,6 +45,12 @@ Alternatively, publish a git branch somewhere publically accessible (a GitHub fork is fine) and write to me asking me to merge it. I may convert your branch back into patches when sending you feedback :) +IRC channel +=========== + +You can ask questions and discuss mailscripts in ``#notmuch`` on +server ``chat.freenode.net``. + Reporting bugs ============== diff --git a/debian/changelog b/debian/changelog index c6d4ba0..e084188 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,7 @@ mailscripts (0.20-1) UNRELEASED; urgency=medium - Add mailscripts-detach-head-from-existing-branch defcustom. - notmuch-extract-message-patches: set NO-STRICT-MIME argument of `mm-dissect-buffer' to enable extracting patches from more messages. - * Add mailing list info to CONTRIBUTING.rst. + * Add mailing list & IRC channel info to CONTRIBUTING.rst. -- Sean Whitton Fri, 27 Mar 2020 11:50:27 -0700 -- cgit v1.2.3