1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-15 03:07:42 +01:00
upscayl/.github/ISSUE_TEMPLATE/bug_report.yml

78 lines
2.3 KiB
YAML
Raw Normal View History

2022-12-26 04:06:41 +01:00
name: Bug Report
description: Bugs in the software itself
2023-09-04 03:46:32 +02:00
labels: [bug]
2022-12-26 04:06:41 +01:00
body:
- type: checkboxes
attributes:
2022-12-27 23:54:06 +01:00
label: Checklist
2022-12-26 04:06:41 +01:00
options:
2024-01-28 19:46:06 +01:00
- label: I have **tried ALL** of the steps mentioned in the [troubleshooting guide](https://github.com/upscayl/upscayl/wiki/Troubleshooting).
2022-12-26 04:06:41 +01:00
required: true
2024-03-02 18:22:29 +01:00
- label: I have **searched** for this in the [issues tab](https://github.com/upscayl/upscayl/issues?q=).
required: true
2023-06-28 17:50:17 +02:00
- type: textarea
attributes:
label: Describe the Bug
2024-03-04 14:09:03 +01:00
description: 💥 Say it in words. Don't put the logs here.
2023-06-28 17:50:17 +02:00
validations:
required: true
2023-06-28 17:54:23 +02:00
2022-12-26 04:06:41 +01:00
- 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
2023-06-28 17:54:23 +02:00
2022-12-26 04:06:41 +01:00
- type: input
attributes:
2024-01-28 13:09:33 +01:00
label: Upscayl Version (or commit hash)
description: ✍️ What version of Upscayl did you use?
2023-12-04 15:29:58 +01:00
validations:
required: true
- type: dropdown
attributes:
2024-01-25 04:45:22 +01:00
label: Platform
description: 🧑‍💻 What operating system or distribution platform do you use? Select the last one that applies.
2023-12-04 15:30:19 +01:00
options:
- Linux
2024-01-25 04:45:22 +01:00
- Mac App Store
- Mac DMG / Homebrew
2024-01-25 04:45:22 +01:00
- Flatpak
2023-12-04 15:30:19 +01:00
- Windows
2023-12-04 15:29:58 +01:00
validations:
required: true
- type: input
attributes:
label: OS Version
2024-02-19 00:17:52 +01:00
description: "✍️ For example: Ubuntu 22.04.03, macOS 12.7.3, Windows 11 23H2"
2022-12-26 04:06:41 +01:00
validations:
required: true
2023-12-04 15:32:12 +01:00
2022-12-26 04:06:41 +01:00
- type: input
attributes:
2023-12-04 15:29:58 +01:00
label: GPU Name
2024-04-25 19:27:54 +02:00
description: 📝 What GPU do you have? If you do not know, please just write the name of your device. If the name is something like "Intel Core", "Intel Graphics" or "AMD Vega" and you can't Upscayl images, [STOP and read the 3rd point in the FAQ](https://github.com/upscayl/upscayl?tab=readme-ov-file#-faq).
2022-12-26 04:06:41 +01:00
validations:
required: true
2023-06-28 17:54:23 +02:00
- type: textarea
attributes:
label: Expected Behavior
2023-06-28 17:54:23 +02:00
description: 🤓 What should've happened?
2022-12-26 04:06:41 +01:00
- type: textarea
attributes:
label: Screenshots
description: 🤳 Share us your screen!
- type: textarea
attributes:
label: Logs
description: 💥 Paste the logs below. [Here's a Guide if you don't know how to do that](https://github.com/upscayl/upscayl/wiki/Guide#logs).
render: sh
validations:
required: true