mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Fix bug report template.
This commit is contained in:
parent
dbc25f041b
commit
1f651fe2f3
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -45,7 +45,7 @@ body:
|
|||
attributes:
|
||||
label: Package Version
|
||||
description: Which version of doom-modeline package are you using?
|
||||
placeholder: 20101010
|
||||
placeholder: "20101010"
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
|
@ -77,7 +77,7 @@ body:
|
|||
attributes:
|
||||
label: Configuration
|
||||
description: Which configuration are you using?
|
||||
placeholder: Spacemacs, Doom Emacs, Centaur Emacs, or URL
|
||||
placeholder: "Spacemacs, Doom Emacs, Centaur Emacs, or URL"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
|
@ -90,7 +90,7 @@ body:
|
|||
If `emacs` hangs please do `M-x` `toggle-debug-on-quit` and then do `C-g` when emacs hangs and include the callstack as part of the issue report.
|
||||
|
||||
render: "emacs-lisp"
|
||||
- type: textarea
|
||||
- type: markdown
|
||||
id: anything-else
|
||||
attributes:
|
||||
label: Anything else?
|
||||
|
|
Loading…
Add table
Reference in a new issue