summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-07-06 00:08:11 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-07-06 01:05:08 +0300
commit7bcc676f9f9fe3ec87691504efaf7d08676b210c (patch)
treead427e01c05a13eb744797b002579c7169d4e46f /.github
parentd8bbeb02180a81c62288fdc18eadeab0417423c4 (diff)
github: update bug template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/mu4e-bug-report.md22
1 files changed, 14 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md
index d590209..738fb8e 100644
--- a/.github/ISSUE_TEMPLATE/mu4e-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/mu4e-bug-report.md
@@ -4,20 +4,26 @@ about: Create a report to help us improve
title: "[mu4e bug]"
labels: bug, mu4e, new
assignees: ''
-
---
**Describe the bug**
-A clear and concise description of what the bug is, what you expected to happen and what actually happened.
-**To Reproduce**
-Detailed steps to reproduce the behavior. If this is about a specific (kind of) message, **always**
-attach an (anonymized as need) example message.
+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.
+
+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.
+Anonymize as needed, all that matters is that the issue still reproduces.
**Environment**
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.6.x release, or a 1.7.x development release (otherwise, please upgrade).
+- [ ] you are running either the latest 1.6.x release, or a 1.8.x release (otherwise, please upgrade)
+- [ ] you are running mu4e without any third-party extensions (otherwise, make sure you can reproduce without those)
+- [ ] you have read all of the above