summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-10-28 09:26:07 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-10-28 09:26:07 +0300
commit2c432013d1e5e5f293cd0a9714787598aaa3628e (patch)
tree0d8536d6d48d8d50ec5b083da2a90a8fbea47317 /.github
parent81133c4022fd23e0a450a15f0f8728539b67e493 (diff)
.github: Remove automated bug report template for now
There were some problems with it, so github didn't even use it. Remove it for now, so the old template works again.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/mu4e-bug-report.yml77
1 files changed, 0 insertions, 77 deletions
diff --git a/.github/ISSUE_TEMPLATE/mu4e-bug-report.yml b/.github/ISSUE_TEMPLATE/mu4e-bug-report.yml
deleted file mode 100644
index 9c7605d..0000000
--- a/.github/ISSUE_TEMPLATE/mu4e-bug-report.yml
+++ /dev/null
@@ -1,77 +0,0 @@
-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