bug form enhacement

This commit is contained in:
STAM 2024-11-21 16:56:17 +03:00
parent b192e8bffb
commit 433a77d061
No known key found for this signature in database
GPG Key ID: 711526C6938897F1

View File

@ -25,36 +25,36 @@ body:
value: A bug happened!
validations:
required: true
- type: textarea
- type: input
id: enginever
attributes:
label: ReHLDS Version
description: What version of engine are you seeing the problem on? Paste output from `version` command in console
render: shell
validations:
required: true
- type: textarea
- type: input
id: regamedllcsversion
attributes:
label: ReGameDLL_CS Version
description: What version of ReGameDLL_CS are you running? Paste output from `game version` command in console
render: shell
validations:
required: true
- type: textarea
- type: input
id: metamodrversion
attributes:
label: Metamod-r Version
description: What version of Metamod-r are you running? Paste output from `meta version` command in console
render: shell
validations:
required: true
- type: textarea
- type: input
id: amxxversion
attributes:
label: AMX Mod X Version
description: What version of AMX Mod X are you running? AMX Mod X < `1.9.0` are *not* supported. Paste output from `amxx version` command in console
render: shell
validations:
required: false
- type: textarea