From 4a6cffe879b0140599afa9f8739b89a192f8d71e Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 16 Dec 2022 10:11:48 +0100 Subject: [PATCH] simplify reporting bugs (#4585) --- .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