mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-19 01:24:09 +01:00
Update bug_report.yml
This commit is contained in:
parent
dbb0400239
commit
28c8abcf6f
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -12,19 +12,24 @@ body:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: 💥 What's wrong? Put logs here if you have them. To get logs, scroll to the bottom of Upscayl's settings.
|
||||
label: Paste the logs - (Read [Wiki](https://github.com/upscayl/upscayl/wiki) if you don't know how to)
|
||||
description: 💥 Paste the logs below
|
||||
value: |
|
||||
|
||||
<details>
|
||||
<summary>Logs</summary>
|
||||
<pre>
|
||||
<!-- 📃 Put logs below! -->
|
||||
<!-- 📃 PASTE THE LOG BELOW THIS LINE! -->
|
||||
|
||||
</pre>
|
||||
</details>
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: 💥 What's the bug?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
@ -36,7 +41,7 @@ body:
|
||||
label: Expected Behavior
|
||||
description: 🤓 What should've happened?
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: Version/Commit Hash
|
||||
|
Loading…
x
Reference in New Issue
Block a user