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:
|
2022-12-28 15:21:16 -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
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Describe the Bug
|
2022-12-27 17:53:34 -05:00
|
|
|
description: 💥 What's wrong? Put logs here if you have them.
|
2022-12-25 22:06:41 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: To Reproduce
|
|
|
|
description: 🧙 How to make the bug come out of the shadows?
|
|
|
|
value: |-
|
|
|
|
1. Click on wand
|
|
|
|
2. Select "Reveal"
|
|
|
|
3. Scroll down to the "Shadows" section
|
|
|
|
4. See error
|
|
|
|
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 17:53:34 -05:00
|
|
|
description: ✍️ What version of Upscayl did you use?
|
2022-12-25 22:06:41 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: OS Specifics
|
2022-12-27 17:53:34 -05:00
|
|
|
description: 📝 Use `winver` on Windows or `uname -a` anywhere else to find out!
|
2022-12-25 22:06:41 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Screenshots
|
|
|
|
description: 🤳 Any screenies we may see?
|
2022-12-27 17:53:34 -05:00
|
|
|
value: 😩 NO, screenshots are hard!
|