From a35ccdf284a1cd683fffafc8c46671f7f566a2ba Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Sat, 13 May 2023 19:17:33 +0200 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/issue.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 2c56fd6b..083681f2 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -13,9 +13,15 @@ body: value: | Please make sure to provide the following information: - type: textarea - id: details + id: description attributes: - label: Detailed description of your issue + label: What are you trying to do, and what do you expect to happen? + validations: + required: true +- type: textarea + id: error + attributes: + label: What happens instead? validations: required: true - type: input @@ -40,4 +46,8 @@ body: attributes: label: Operating System validations: - required: true \ No newline at end of file + required: true +- type: input + id: plugins + attributes: + label: Installed Blockbench plugins \ No newline at end of file