mirror of
https://github.com/upscayl/upscayl.git
synced 2024-12-01 02:27:16 +01:00
56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
name: Bug Report
|
|
description: Bugs in the software itself
|
|
labels: bug
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Checklist
|
|
options:
|
|
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/upscayl#faq-).
|
|
required: true
|
|
- label: I have checked that this issue isn't addressed in any other issue or pull request.
|
|
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.
|
|
value: |
|
|
|
|
<details>
|
|
<summary>Logs</summary>
|
|
<pre>
|
|
<!-- 📃 Put logs here! -->
|
|
|
|
</pre>
|
|
</details>
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: To Reproduce
|
|
description: 🧙 How can we emulate the bug on our own machine? (Please write in steps)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: 🤓 What should've happened?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Version/Commit Hash
|
|
description: ✍️ What version of Upscayl did you use?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: OS Specifics
|
|
description: 📝 Please write your GPU name and your OS version
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots
|
|
description: 🤳 Got screenshots?
|