Incorporated feedback from floo
This commit is contained in:
parent
47a106c011
commit
174dff98d0
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue