Update bug_report.yml
Added a dropdown for selecting whether the issue occurs in sp, mp listen server, mp dedicated server, all of these or none of these.
This commit is contained in:
@@ -47,7 +47,26 @@ body:
|
|||||||
- Happens regularly
|
- Happens regularly
|
||||||
- Happens every time I play
|
- Happens every time I play
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: mporsp
|
||||||
|
attributes:
|
||||||
|
label: Single player or multiplayer?
|
||||||
|
description: Did the issue happen in single player, multiplayer, or both? How was the server being hosted?
|
||||||
|
options:
|
||||||
|
- Single player
|
||||||
|
- Multiplayer hosted from the in-game menu (= using a listen server)
|
||||||
|
- Multiplayer hosted using a dedicated server
|
||||||
|
- Happens in both single player and multiplayer
|
||||||
|
- Happens outside single player or multiplayer game modes (e.g. game launches on startup, something broken in the main menu)
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: othermporsp
|
||||||
|
attributes:
|
||||||
|
label: "-"
|
||||||
|
description: If you selected "Other" in the above dropdown, please clarify here.
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user