mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-24 07:30:19 +01:00
Update bug_report.yml
This commit is contained in:
parent
e77a7e3531
commit
d8e46dddb2
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -10,50 +10,56 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: I have checked that this issue isn't addressed in any other issue or pull request.
|
- label: I have checked that this issue isn't addressed in any other issue or pull request.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Paste the logs
|
label: Paste the logs
|
||||||
description: 💥 Paste the logs below - Read [Wiki](https://github.com/upscayl/upscayl/wiki) if you don't know how to
|
description: 💥 Paste the logs below - Read [Wiki](https://github.com/upscayl/upscayl/wiki) if you don't know how to
|
||||||
value: |
|
value: |
|
||||||
<details>
|
<details><summary>Logs</summary><pre>
|
||||||
<summary>Logs</summary>
|
|
||||||
<pre>
|
|
||||||
<!-- 📃 PASTE THE LOG BELOW THIS LINE! -->
|
<!-- 📃 PASTE THE LOG BELOW THIS LINE! -->
|
||||||
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
</details>
|
</details>
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the Bug
|
label: Describe the Bug
|
||||||
description: 💥 What's the bug?
|
description: 💥 What's the bug?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: To Reproduce
|
label: To Reproduce
|
||||||
description: 🧙 How can we emulate the bug on our own machine? (Please write in steps)
|
description: 🧙 How can we emulate the bug on our own machine? (Please write in steps)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Expected Behavior
|
|
||||||
description: 🤓 What should've happened?
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Version/Commit Hash
|
label: Version/Commit Hash
|
||||||
description: ✍️ What version of Upscayl did you use?
|
description: ✍️ What version of Upscayl did you use?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: OS Specifics
|
label: OS Specifics
|
||||||
description: 📝 Please write your GPU name and your OS version
|
description: 📝 Please write your GPU name and your OS version
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected Behavior
|
||||||
|
description: 🤓 What should've happened?
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots
|
label: Screenshots
|
||||||
|
Loading…
Reference in New Issue
Block a user