mu/.github/ISSUE_TEMPLATE/mu4e-bug-report.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

2021-04-13 23:21:55 +02:00
---
name: Mu4e Bug Report
about: Create a report to help us improve
title: "[mu4e bug]"
labels: bug, mu4e, new
assignees: ''
---
**Describe the bug**
2024-04-20 10:43:15 +02:00
Give the bug a good title.
2022-07-05 23:08:11 +02:00
Please provide a clear and concise description of what you expected to happen
2024-04-20 10:43:15 +02:00
and what actually happened, and follow the steps below.
2022-07-05 23:08:11 +02:00
**How to Reproduce**
2024-04-20 10:43:15 +02:00
2022-07-05 23:08:11 +02:00
Include the exact steps of what you were doing (commands executed etc.). Include
2024-04-20 10:43:15 +02:00
any relevant logs and outputs:
2022-07-05 23:08:11 +02:00
2024-04-20 10:43:15 +02:00
- Best start from `emacs -Q`, and load a minimal `mu4e` setup; describe the steps
that lead up to the bug.
- Does the problem happen each time? Sometimes?
- 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.
2021-04-13 23:21:55 +02:00
**Environment**
2024-04-20 10:43:15 +02:00
2021-04-13 23:31:32 +02:00
Please describe the versions of OS, Emacs, mu/mu4e etc. you are using.
2021-04-13 23:21:55 +02:00
**Checklist**
2024-04-20 10:43:15 +02:00
- [ ] you are running either an 1.10.x/1.12.x release or `master` (otherwise please upgrade)
2023-03-31 06:00:44 +02:00
- [ ] you can reproduce the problem without 3rd party extensions (including Doom/Evil, various extensions etc.)
2022-07-05 23:08:11 +02:00
- [ ] you have read all of the above
2023-03-31 06:00:44 +02:00
2024-04-20 10:43:15 +02:00
Please make sure you all items in the checklist are set/met before filing the ticket.
Thank you!