mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-19 15:09:19 +00:00
chore: fix bug-report.yml validation errors
This commit is contained in:
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -15,8 +15,6 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
Insert the version of HMCCosmetics you are using (e.g. `v2.2.8`). Before continuing make sure you have the latest version of HMCCosmetics as
|
Insert the version of HMCCosmetics you are using (e.g. `v2.2.8`). Before continuing make sure you have the latest version of HMCCosmetics as
|
||||||
your issue may have already been resolved.
|
your issue may have already been resolved.
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: server_version
|
id: server_version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -24,15 +22,11 @@ body:
|
|||||||
placeholder: fork-x-x.x.x
|
placeholder: fork-x-x.x.x
|
||||||
description: |
|
description: |
|
||||||
Insert the version of your minecraft server in the format `fork-build-version` (e.g. `PAPER-521-1.19.4`, `PURPUR-1838-1.19.2`)
|
Insert the version of your minecraft server in the format `fork-build-version` (e.g. `PAPER-521-1.19.4`, `PURPUR-1838-1.19.2`)
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue description
|
label: Issue description
|
||||||
description: Describe the issue in as much detail as possible (Include any error logs in a code block below)
|
description: Describe the issue in as much detail as possible (Include any error logs in a code block below)
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduce
|
id: reproduce
|
||||||
attributes:
|
attributes:
|
||||||
@@ -65,5 +59,3 @@ body:
|
|||||||
- Any other relevant version information such as depenedencies
|
- Any other relevant version information such as depenedencies
|
||||||
description: |
|
description: |
|
||||||
List any necessary or relevant versions here.
|
List any necessary or relevant versions here.
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user