move game loc

This commit is contained in:
arrowgent 2021-08-31 05:21:41 -07:00 committed by Christoph Oelckers
parent a6afcdac94
commit 5e5f727ba5

View file

@ -31,6 +31,20 @@ body:
- Other - Other
validations: validations:
required: true required: true
- type: dropdown
id: gameid
attributes:
label: Which game are you running with GZDoom?
multiple: false
options:
- Doom
- Doom 2
- Heretic
- Hexen
- Strife
- Other
validations:
required: false
- type: dropdown - type: dropdown
id: OS id: OS
attributes: attributes:
@ -57,20 +71,6 @@ body:
placeholder: "Windows, Mac OSX version, Debian, Ubuntu, Arch, etc." placeholder: "Windows, Mac OSX version, Debian, Ubuntu, Arch, etc."
validations: validations:
required: false required: false
- type: dropdown
id: gameid
attributes:
label: Which game are you running with GZDoom?
multiple: false
options:
- Doom
- Doom 2
- Heretic
- Hexen
- Strife
- Other
validations:
required: false
- type: input - type: input
id: hardware id: hardware
attributes: attributes: