summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-08-21 15:47:26 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-08-21 15:47:26 +0300
commite67c446091e650e2bdf8c7cdb285a6b528a155ce (patch)
tree73e3a5ab4a2c48ed8cf0a4eb0094e7f526761864
parentb62f70f9d03a72fbdf25f652e2c9897ece475de8 (diff)
github: update bug template
-rw-r--r--.github/ISSUE_TEMPLATE/mu-bug-report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/mu4e-bug-report.md2
-rw-r--r--.github/issue_template.md6
3 files changed, 6 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/mu-bug-report.md b/.github/ISSUE_TEMPLATE/mu-bug-report.md
index e30e02b..44604f4 100644
--- a/.github/ISSUE_TEMPLATE/mu-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/mu-bug-report.md
@@ -17,4 +17,4 @@ Detailed steps to reproduce the behavior. If this is about a specific (kind of)
Please describe the versions of OS, Emacs, mu etc. you are using.
**Checklist**
-- [ ] you are running either the latest 1.4.x release, or a 1.5.11+ development release (otherwise, please upgrade).
+- [ ] you are running either the latest 1.6.x release, or a 1.7.x development release (otherwise, please upgrade).
diff --git a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md
index c112da6..d590209 100644
--- a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md
@@ -20,4 +20,4 @@ Please describe the versions of OS, Emacs, mu/mu4e etc. you are using.
**Checklist**
- [ ] you are running vanilla emacs (i.e. without Doom, Evil, Spacemacs etc.) (otherwise, please try to reproduce without those
- [ ] you are running mu4e without any third-party extensions (otherwise, please try to reproduce without those)
-- [ ] you are running either the latest 1.4.x release, or a 1.5.11+ development release (otherwise, please upgrade).
+- [ ] you are running either the latest 1.6.x release, or a 1.7.x development release (otherwise, please upgrade).
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 4aff730..a684c39 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,13 +1,15 @@
# Important! Before filing an issue, please consider the following:
- * Ensure your mu/mu4e setup is no older than the latest stable release (1.4.x).
+ * Ensure your mu/mu4e setup is no older than the latest stable release (1.6.x).
- * Disable any third-party mu4e extensions; this includes customizations like the one in "Doom" /
+ * Disable any third-party mu4e extensions; this includes customizations like the ones in "Doom" /
"Evil" etc.
* If a problem occurs with a certain (type of) message, attach an (anonymized) example of
such a message
+ * Please provide some minimal steps to reproduce
+
* Please follow the below template
Thanks!