diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e3b899f..865f99d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,6 +9,7 @@ body: - label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/upscayl#-faq). required: true - label: I have checked that this issue isn't addressed in any other issue or pull request. + description: [ ] My error involves vkEnumeratePhysicalDevices or vkCreateInstance, which means I should ignore the other issues and file a new one. required: true - label: I have tried [setting my GPU ID](https://github.com/upscayl/upscayl/wiki/Guide#gpu-id). required: false @@ -38,7 +39,7 @@ body: - type: checkboxes attributes: label: "Did you download Upscayl from the Mac App Store?" - description: "Please leave this blank if you downloaded Upscayl from GitHub or the website" + description: "🍎 Please leave this blank if you downloaded Upscayl from GitHub or the website" options: - label: "Yes, I downloaded Upscayl from the Mac App Store!" required: false @@ -46,7 +47,7 @@ body: - type: dropdown attributes: label: Select your Operating System - description: What operating system do you use? + description: 🧑‍💻 What operating system do you use? options: - Linux - MacOS @@ -57,7 +58,7 @@ body: - type: input attributes: label: OS Version - description: "What's the version of your operating system? (Example: Ubuntu 22.04, MacOS Monterey or Windows 10)" + description: "✍️ What's the version of your operating system? (Example: Ubuntu 22.04, MacOS Monterey or Windows 10)" validations: required: true