Merge pull request #3961 from phit/patch-1

GH-3939 fix suggestion template
This commit is contained in:
Petr Mrázek
2021-07-25 18:16:47 +02:00
committed by GitHub

View File

@@ -33,8 +33,6 @@ body:
options: options:
- label: I have searched the issue tracker and did not find an issue describing my suggestion, especially not one that has been rejected. - 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 required: true
- type: markdown - type: textarea
attributes: attributes:
value: | label: You may use the editor below to elaborate further.
### 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.