mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
move game loc
This commit is contained in:
parent
5e5f727ba5
commit
355e367a08
1 changed files with 14 additions and 14 deletions
28
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
28
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue