Update bug report template.

This commit is contained in:
Vincent Zhang 2021-08-24 20:22:34 +08:00
parent b5cdb69ea8
commit 8f33162f6b

View file

@ -11,14 +11,11 @@ body:
options: options:
- label: I am using the latest version of `doom-mode` related packages. - label: I am using the latest version of `doom-mode` related packages.
required: true required: true
- label: "I checked [FAQ](https://github.com/seagle0128/doom-modeline#faq)" - label: "I checked [FAQ](https://github.com/seagle0128/doom-modeline#faq)".
required: true required: true
- label: | - label: |
You may also try reproduce the issue using clean environment and minimal configurations with You may also try reproduce the issue using clean environment and minimal configurations with
the following command: the command `emacs -Q`.
```bash
emacs -Q
```
- type: textarea - type: textarea
id: bug-description id: bug-description
attributes: attributes:
@ -52,7 +49,7 @@ body:
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: which-version id: emacs-version
attributes: attributes:
label: Emacs Version label: Emacs Version
description: Which version of Emacs are you using? description: Which version of Emacs are you using?
@ -65,9 +62,9 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: config id: which-config
attributes: attributes:
label: Configuration label: Emacs Configurations
description: Which configuration are you using? description: Which configuration are you using?
placeholder: "Spacemacs, Doom Emacs, Centaur Emacs, or URL" placeholder: "Spacemacs, Doom Emacs, Centaur Emacs, or URL"
validations: validations:
@ -85,7 +82,7 @@ body:
- type: textarea - type: textarea
id: anything-else id: anything-else
attributes: attributes:
label: Anything else? label: Anything else
description: Let us know if you have any additional context, like screenshots, recordings and logs, etc. description: Let us know if you have any additional context, like screenshots, recordings and logs, etc.
validations: validations:
required: false required: false