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