From 547ef6345a3953a4d40692ad603e8281376d9fed Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 31 Mar 2023 07:00:44 +0300 Subject: [PATCH] github: update bug template --- .github/ISSUE_TEMPLATE/mu-bug-report.md | 2 +- .github/ISSUE_TEMPLATE/mu4e-bug-report.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/mu-bug-report.md b/.github/ISSUE_TEMPLATE/mu-bug-report.md index 44604f4b..ef2b3f4b 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.6.x release, or a 1.7.x development release (otherwise, please upgrade). +- [ ] you are running either the latest 1.8.x/1.10.x release or `master` (otherwise, please upgrade). diff --git a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md index 4f42f598..cb5c0b2a 100644 --- a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md +++ b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md @@ -7,14 +7,12 @@ assignees: '' --- **Describe the bug** - Please provide a clear and concise description of what you expected to happen and what actually happened. **How to Reproduce** - Include the exact steps of what you were doing (commands executed etc.). Include -any relevant logs and outputs. +any relevant logs and outputs. Best start with `emacs -Q` and a minimal `mu4e` setup. If this is about a specific (kind of) message, attach an example message. (Open the message, press `.` (`mu4e-view-raw-message`), then `C-x C-w` and attach. @@ -24,6 +22,8 @@ Anonymize as needed, all that matters is that the issue still reproduces. Please describe the versions of OS, Emacs, mu/mu4e etc. you are using. **Checklist** -- [ ] you are running either an 1.8.x release or the latest 1.9.x development release -- [ ] you can reproduce the problem without 3rd party extensions (including Doom/Evil etc.) +- [ ] you are running either an 1.8.x/1.10.x release or `master` (otherwise please upgrade) +- [ ] you can reproduce the problem without 3rd party extensions (including Doom/Evil, various extensions etc.) - [ ] you have read all of the above + +Please make sure you all items in the checklist are set/met before filing the ticket. Thank you! \ No newline at end of file