Incorporated feedback from floo

This commit is contained in:
Zweibach 2021-07-22 22:33:49 +02:00
parent 47a106c011
commit 174dff98d0
1 changed files with 14 additions and 15 deletions

View File

@ -19,21 +19,6 @@ body:
validations: validations:
required: true 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 - type: dropdown
id: os id: os
attributes: attributes:
@ -48,6 +33,20 @@ body:
- MacOS 10.15 "Catalina" - MacOS 10.15 "Catalina"
- MacOS, older (Specify in comments) - MacOS, older (Specify in comments)
- Linux (Specify distro and version 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: validations:
required: true required: true