Fix GitHub issue template

Setting the `render` property on the description field turns it into a
code block.  I do not want this, I want a regular flow of prose text.
This commit is contained in:
HiPhish 2024-05-11 09:43:22 +02:00
parent 265c561c4d
commit dd1156723e

View file

@ -32,4 +32,3 @@ body:
Please describe the bug in detail here. If possible provide a minimal
code sample which replicates the issue
placeholder: 'print((("Hello world!")))'
render: 'Text'