mirror of
https://github.com/rehlds/.github.git
synced 2025-03-15 14:50:17 +03:00
bug form enhacement
This commit is contained in:
parent
b192e8bffb
commit
433a77d061
16
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
16
.github/ISSUE_TEMPLATE/template-bug.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user