From 174dff98d02398cf022935cdd911ada47486c639 Mon Sep 17 00:00:00 2001 From: Zweibach Date: Thu, 22 Jul 2021 22:33:49 +0200 Subject: [PATCH] Incorporated feedback from floo --- .github/ISSUE_TEMPLATE/bug_report.yaml | 29 +++++++++++++------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6aa56a36..dff23ec0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -19,21 +19,6 @@ body: validations: required: true - - type: dropdown - id: install_method - attributes: - label: Install method - description: Which install method did you use? - options: - - Linux executable - - MacOS app - - Windows extract - - Windows installer - - Running from source - - Third party (AUR, Docker, Chocolatey, etc. Specify in comments) - validations: - required: true - - type: dropdown id: os attributes: @@ -48,6 +33,20 @@ body: - MacOS 10.15 "Catalina" - MacOS, older (Specify in comments) - Linux (Specify distro and version in comments) + - Other (aka none of the above, specify in the comments) + validations: + required: true + + - type: dropdown + id: install_method + attributes: + label: Install method + description: Which install method did you use? + options: + - Installer + - Extract + - Running from source + - Third party (AUR, Docker, Chocolatey, etc. Specify in comments) validations: required: true