From 3efc6d937fc84a65bf87908e3baa816a1ad0df27 Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 22 Aug 2024 21:29:18 +0100 Subject: [PATCH] Update BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index b56f44e..11ba3a3 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -15,7 +15,6 @@ body: 1. 2. 3. - ... render: bash validations: required: true @@ -24,6 +23,7 @@ body: attributes: label: Expected results description: "What did you expect to happen?" + render: bash validations: required: true - type: textarea @@ -31,6 +31,7 @@ body: attributes: label: Actual results description: "What actually happened?" + render: bash validations: required: true - type: input @@ -46,6 +47,7 @@ body: attributes: label: Description description: "Please tell us any other relevant information, what you were doing at the time, etc." + render: bash validations: required: true - type: input