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