2022-12-25 22:06:41 -05:00
|
|
|
name: Bug Report
|
|
|
|
description: Bugs in the software itself
|
|
|
|
labels: bug
|
|
|
|
body:
|
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2022-12-27 17:54:06 -05:00
|
|
|
label: Checklist
|
2022-12-25 22:06:41 -05:00
|
|
|
options:
|
2023-06-13 00:28:05 -05:00
|
|
|
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/upscayl#-faq).
|
2022-12-25 22:06:41 -05:00
|
|
|
required: true
|
|
|
|
- label: I have checked that this issue isn't addressed in any other issue or pull request.
|
|
|
|
required: true
|
2023-07-02 13:27:49 -04:00
|
|
|
- label: I have tried [setting my GPU ID](https://github.com/upscayl/upscayl/wiki/Guide#gpu-id).
|
|
|
|
required: true
|
2022-12-25 22:06:41 -05:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2023-06-28 21:21:28 +05:30
|
|
|
label: Paste the logs
|
2023-08-27 11:32:30 -04:00
|
|
|
description: 💥 Paste the logs below ([Guide](https://github.com/upscayl/upscayl/wiki/Guide#logs))
|
2023-05-09 16:21:10 -04:00
|
|
|
value: |
|
2023-06-28 21:24:23 +05:30
|
|
|
<details><summary>Logs</summary><pre>
|
2023-06-28 21:20:17 +05:30
|
|
|
<!-- 📃 PASTE THE LOG BELOW THIS LINE! -->
|
2023-06-28 21:24:23 +05:30
|
|
|
|
2023-07-16 00:14:06 -04:00
|
|
|
</pre></details>
|
2022-12-25 22:06:41 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-06-28 21:24:23 +05:30
|
|
|
|
2023-06-28 21:20:17 +05:30
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Describe the Bug
|
|
|
|
description: 💥 What's the bug?
|
|
|
|
validations:
|
|
|
|
required: true
|
2023-06-28 21:24:23 +05:30
|
|
|
|
2022-12-25 22:06:41 -05:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: To Reproduce
|
2023-01-09 09:33:31 +05:30
|
|
|
description: 🧙 How can we emulate the bug on our own machine? (Please write in steps)
|
2022-12-25 22:06:41 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-06-28 21:24:23 +05:30
|
|
|
|
2022-12-25 22:06:41 -05:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Version/Commit Hash
|
2022-12-27 17:53:34 -05:00
|
|
|
description: ✍️ What version of Upscayl did you use?
|
2022-12-25 22:06:41 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-06-28 21:24:23 +05:30
|
|
|
|
2022-12-25 22:06:41 -05:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: OS Specifics
|
2023-08-10 18:22:06 -04:00
|
|
|
description: 📝 Please write your GPU name, your OS name and your OS version
|
2022-12-25 22:06:41 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-06-28 21:24:23 +05:30
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Expected Behavior
|
|
|
|
description: 🤓 What should've happened?
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
|
2022-12-25 22:06:41 -05:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Screenshots
|
2023-01-09 09:33:31 +05:30
|
|
|
description: 🤳 Got screenshots?
|