diff options
author | Philip T <2097483+phit@users.noreply.github.com> | 2021-07-23 20:38:19 +0200 |
---|---|---|
committer | phit <2097483+phit@users.noreply.github.com> | 2021-07-23 20:41:23 +0200 |
commit | fbd93a47a3833b97faa8f706148f6297ee774d1a (patch) | |
tree | dbec8443697698e220765d1003d4ba056b32ffae /.github | |
parent | 0c466bc530dc7e6da12d678d01677dfb23bdda92 (diff) | |
download | PrismLauncher-fbd93a47a3833b97faa8f706148f6297ee774d1a.tar.gz PrismLauncher-fbd93a47a3833b97faa8f706148f6297ee774d1a.tar.bz2 PrismLauncher-fbd93a47a3833b97faa8f706148f6297ee774d1a.zip |
GH-3939 fix suggestion template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/suggestion.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 4c6a9eb9..88bf66cf 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -33,8 +33,6 @@ body: options: - label: I have searched the issue tracker and did not find an issue describing my suggestion, especially not one that has been rejected. required: true -- type: markdown +- type: textarea attributes: - value: | - ### You may use the editor below to elaborate further. -# The issue_body: true up there makes the standard WYSIWYG editor for issues show up down here. + label: You may use the editor below to elaborate further. |