From d95322ddd039dd3fdaeac4b7ff7b43575b176fc3 Mon Sep 17 00:00:00 2001 From: Brian Neumann-Fopiano <29320316+NextdoorPsycho@users.noreply.github.com> Date: Tue, 6 Jul 2021 16:18:37 -0700 Subject: [PATCH] Update feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 9f1a6e5e..234d0727 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -37,14 +37,19 @@ body: placeholder: Remove those honey blocks from..... validations: required: true - - type: dropdown + - type: input id: mcversion attributes: label: Minecraft Version description: What version of Minecraft are you running? - options: - - 1.14 - 1.16.5 - - 1.17+ + placeholder: Minecarft 1.17 + validations: + required: true + - type: input + id: irisversion + attributes: + label: Iris Version + description: What version of Iris are you running? (see console) validations: required: true - type: checkboxes