From f2bc8a38c93d92cdfc821f59a9ff7327bb922ab2 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Thu, 15 Dec 2022 21:28:56 +0100 Subject: [PATCH] simplify reporting bugs --- .github/ISSUE_TEMPLATE/bug_report.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 87d719a90dd..e626f7feb46 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -2,18 +2,18 @@ name: 🐛 Bug report description: Create a bug report labels: [ ":bug: Type: Bug" ] body: - - type: textarea - attributes: - label: Summary - description: A clear and concise description of what the bug is. - validations: - required: true - type: input attributes: label: Version description: Make sure the bug is still happening on the latest version. validations: required: true + - type: textarea + attributes: + label: Summary + description: A clear and concise description of what the bug is. + validations: + required: true - type: textarea attributes: label: Steps to reproduce the behavior @@ -36,9 +36,3 @@ body: ``` validations: required: false - - type: textarea - attributes: - label: Anything else? - description: Links, references, more context, or anything that will give us more information about the issue you are encountering! - validations: - required: false