diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-07-25 18:16:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 18:16:47 +0200 |
commit | 2568752af57258a33f27f4c2d0b8fc486fb3d100 (patch) | |
tree | dbec8443697698e220765d1003d4ba056b32ffae | |
parent | 0c466bc530dc7e6da12d678d01677dfb23bdda92 (diff) | |
parent | fbd93a47a3833b97faa8f706148f6297ee774d1a (diff) | |
download | PrismLauncher-2568752af57258a33f27f4c2d0b8fc486fb3d100.tar.gz PrismLauncher-2568752af57258a33f27f4c2d0b8fc486fb3d100.tar.bz2 PrismLauncher-2568752af57258a33f27f4c2d0b8fc486fb3d100.zip |
Merge pull request #3961 from phit/patch-1
GH-3939 fix suggestion template
-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. |