2022-12-26 04:06:41 +01:00
|
|
|
name: Bug Report
|
|
|
|
description: Bugs in the software itself
|
|
|
|
labels: bug
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2022-12-27 23:54:06 +01:00
|
|
|
label: Checklist
|
2022-12-26 04:06:41 +01:00
|
|
|
options:
|
2023-06-13 07:28:05 +02:00
|
|
|
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/upscayl#-faq).
|
2022-12-26 04:06:41 +01:00
|
|
|
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
|
2023-05-09 22:21:10 +02:00
|
|
|
description: 💥 What's wrong? Put logs here if you have them. To get logs, scroll to the bottom of Upscayl's settings.
|
|
|
|
value: |
|
2023-05-09 22:21:45 +02:00
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>Logs</summary>
|
|
|
|
<pre>
|
2023-05-17 22:34:21 +02:00
|
|
|
<!-- 📃 Put logs below! -->
|
2023-05-09 22:21:45 +02:00
|
|
|
|
|
|
|
</pre>
|
|
|
|
</details>
|
2022-12-26 04:06:41 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: To Reproduce
|
2023-01-09 05:03:31 +01:00
|
|
|
description: 🧙 How can we emulate the bug on our own machine? (Please write in steps)
|
2022-12-26 04:06:41 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Expected Behavior
|
|
|
|
description: 🤓 What should've happened?
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Version/Commit Hash
|
2022-12-27 23:53:34 +01:00
|
|
|
description: ✍️ What version of Upscayl did you use?
|
2022-12-26 04:06:41 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: OS Specifics
|
2023-01-09 05:03:31 +01:00
|
|
|
description: 📝 Please write your GPU name and your OS version
|
2022-12-26 04:06:41 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Screenshots
|
2023-01-09 05:03:31 +01:00
|
|
|
description: 🤳 Got screenshots?
|