Merge pull request #2162 from thierryvolpiatto/mu4e_bug_report

Mu4e bug report as yaml (fixes #2135)
This commit is contained in:
Dirk-Jan C. Binnema 2021-10-23 11:16:19 +03:00 committed by GitHub
commit 3422bf9da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,77 @@
name: Mu4e Bug Report
description: File a bug report
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: recipe
attributes:
label: How to reproduce?
description: Tell us how to reproduce bug step by step?
placeholder: Detailed steps to reproduce the behavior. If this is about a specific (kind of) message, **always** attach an (anonymized as need) example message.
validations:
required: true
- type: dropdown
id: Emacs-version
attributes:
label: Emacs Version
description: What version of Emacs are you running?
options:
- Emacs-25*
- Emacs-26*
- Emacs-26.3
- Emacs-27.1
- Emacs-27.2
- Emacs-28.0.50
validations:
required: true
- type: dropdown
id: Platform
attributes:
label: OS
description: What OS are you running on?
options:
- GNU/Linux
- Freebsd
- MacOSX
- Windows
- Other
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Minimal configuration
description: you are running vanilla emacs (i.e. without Doom, Evil, Spacemacs etc.) (otherwise, please try to reproduce without those.
options:
- label: I agree using a minimal configuration
required: true
- type: checkboxes
id: terms
attributes:
label: Minimal configuration
description: you are running mu4e without any third-party extensions (otherwise, please try to reproduce without those).
options:
- label: I agree not using third party extensions
required: true
- type: checkboxes
id: terms
attributes:
label: Minimal configuration
description: you are running either the latest 1.6.x release, or a 1.7.x development release (otherwise, please upgrade).
options:
- label: I agree not using third party extensions
required: true