From 162a57377adfb50580317d306255b2b53d165a4f Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Wed, 24 Jan 2024 22:45:22 -0500 Subject: [PATCH] merge mac app store into platform --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c467bc8..8563ec6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,21 +35,15 @@ body: validations: required: true -- 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" - options: - - label: "Yes, I downloaded Upscayl from the Mac App Store!" - required: false - - type: dropdown attributes: - label: Select your Operating System - description: 🧑‍💻 What operating system do you use? + label: Platform + description: 🧑‍💻 What operating system or distribution platform do you use? Select the last one that applies. options: - Linux - - MacOS + - macOS .dmg / Homebrew + - Mac App Store + - Flatpak - Windows validations: required: true