mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-27 19:35:32 +02:00
allow markdown in bug report template (see #199)
Some checks failed
Android CI / build (push) Has been cancelled
Some checks failed
Android CI / build (push) Has been cancelled
This commit is contained in:
parent
98756892f3
commit
3a7dcbc201
1 changed files with 0 additions and 4 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue