allow markdown in bug report template (see #199)
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
Josia Pietsch 2025-06-15 11:39:52 +02:00
parent 98756892f3
commit 3a7dcbc201
Signed by: jrpie
GPG key ID: E70B571D66986A2D

View file

@ -13,7 +13,6 @@ body:
label: Describe the Bug
description: What happened?
placeholder: A clear and concise description of what the bug is.
render: markdown
validations:
required: true
- type: textarea
@ -21,7 +20,6 @@ body:
attributes:
label: Expected Behavior
description: What did you expect to happen instead?
render: markdown
validations:
required: false
- type: textarea
@ -29,7 +27,6 @@ body:
attributes:
label: To Reproduce
description: What steps are required to reproduce the bug?
render: markdown
placeholder: |
Steps to reproduce the behavior:
1. Go to '...'
@ -45,6 +42,5 @@ body:
description: |
What device are you using? Adding this information helps to reproduce the bug.
You can copy this from µLauncher > Settings > Meta > Report Bug.
render: markdown
validations:
required: false