From f50731f83ee21ee9733a702b14987d2d4b04d2ef Mon Sep 17 00:00:00 2001 From: Craftinators Date: Sat, 29 Apr 2023 12:36:29 -0400 Subject: [PATCH] chore: fix bug-report.yml validation errors --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ebcdbeac..ece84399 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -15,8 +15,6 @@ body: 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 your issue may have already been resolved. - validations: - required: true - type: input id: server_version attributes: @@ -24,15 +22,11 @@ body: placeholder: fork-x-x.x.x 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`) - validations: - required: true - type: textarea id: description attributes: label: Issue description description: Describe the issue in as much detail as possible (Include any error logs in a code block below) - validations: - required: true - type: textarea id: reproduce attributes: @@ -65,5 +59,3 @@ body: - Any other relevant version information such as depenedencies description: | List any necessary or relevant versions here. - validations: - required: false