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

84 lines
2.8 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:
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
2024-01-25 03:46:36 +01:00
- label: My error involves vkEnumeratePhysicalDevices or vkCreateInstance, which means I should ignore the other issues and file this one despite the next checkbox. I will try the last two checkboxes in the checklist.
2022-12-26 04:06:41 +01:00
- label: I have checked that this issue isn't addressed in any other issue or pull request.
required: true
2023-07-02 19:27:49 +02:00
- label: I have tried [setting my GPU ID](https://github.com/upscayl/upscayl/wiki/Guide#gpu-id).
2023-10-29 14:17:04 +01:00
- label: I am using Windows and I've tried [common troubleshooting steps](https://github.com/upscayl/upscayl/wiki/Troubleshooting).
2024-01-26 17:31:22 +01:00
- label: https://github.com/SaschaWillems/VulkanCapsViewer reports Vulkan capabilities.
2023-06-28 17:50:17 +02:00
- type: textarea
attributes:
label: Describe the Bug
description: 💥 What's the bug?
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:
2023-12-04 15:29:58 +01:00
label: Version (or commit hash)
description: ✍️ What version of Upscayl did you use? If you used Mac App Store version, please mention it!
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
- macOS .dmg / Homebrew
- Mac App Store
- 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-01-25 03:44:29 +01:00
description: "✍️ What's the version of your operating system? (Example: Ubuntu 22.04, MacOS Monterey or Windows 10)"
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-01-13 00:07:34 +01:00
description: 📝 What GPU do you have? If you do not know, please just write your device name if it's a laptop. If the name is something like "Intel Graphics" or "AMD Vega" and you can't Upscayl images, STOP and read the third bullet point of the 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
description: 🤓 What should've happened?
validations:
required: false
2022-12-26 04:06:41 +01:00
- type: textarea
attributes:
label: Screenshots
2023-01-09 05:03:31 +01:00
description: 🤳 Got screenshots?
- type: textarea
attributes:
label: Paste the logs
2024-01-19 09:05:30 +01:00
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