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! value: A bug happened!
validations: validations:
required: true required: true
- type: textarea - type: input
id: enginever id: enginever
attributes: attributes:
label: ReHLDS Version label: ReHLDS Version
description: What version of engine are you seeing the problem on? Paste output from `version` command in console description: What version of engine are you seeing the problem on? Paste output from `version` command in console
render: shell
validations: validations:
required: true required: true
- type: textarea - type: input
id: regamedllcsversion id: regamedllcsversion
attributes: attributes:
label: ReGameDLL_CS Version label: ReGameDLL_CS Version
description: What version of ReGameDLL_CS are you running? Paste output from `game version` command in console description: What version of ReGameDLL_CS are you running? Paste output from `game version` command in console
render: shell
validations: validations:
required: true required: true
- type: textarea - type: input
id: metamodrversion id: metamodrversion
attributes: attributes:
label: Metamod-r Version label: Metamod-r Version
description: What version of Metamod-r are you running? Paste output from `meta version` command in console description: What version of Metamod-r are you running? Paste output from `meta version` command in console
render: shell
validations: validations:
required: true required: true
- type: textarea - type: input
id: amxxversion id: amxxversion
attributes: attributes:
label: AMX Mod X Version 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 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: validations:
required: false required: false
- type: textarea - type: textarea