github: update issue templates

This commit is contained in:
Dirk-Jan C. Binnema
2024-08-18 11:36:39 +03:00
parent 3de2bc04ab
commit 2bf978ea1d
3 changed files with 28 additions and 13 deletions

View File

@ -4,17 +4,29 @@ about: Create a report to help us improve
title: "[mu bug]"
labels: bug, mu, 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.
Give the bug a good title.
Please provide a clear and concise description of what you expected to happen
and what actually happened, and follow the steps below.
**How to Reproduce**
Include the exact steps of what you were doing (commands executed etc.). Include
any relevant logs and outputs.
Does the problem happen each time? Sometimes?
If this is about a specific (kind of) message, please attach an example message
(anonymized as needed)
**Environment**
Please describe the versions of OS, Emacs, mu etc. you are using.
**Checklist**
- [ ] you are running either the latest 1.8.x/1.10.x release or `master` (otherwise, please upgrade).
- [ ] you are running either the latest 1.10.x/1.12.x release or `master` (otherwise, please upgrade).
Thank you!