From a47dff5f38df1f73a7f6aa6df1cceec1851ed572 Mon Sep 17 00:00:00 2001 From: David Matter Date: Mon, 1 Jul 2024 12:03:51 +0200 Subject: [PATCH] chore: add 'expected' and 'actually happening' to bug report template (#4515) Some issues don't provide enough information on what is expected vs happening. --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 61b934f9dc..7c53fc0de9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,6 +60,18 @@ body: placeholder: Steps to reproduce validations: required: true + - type: textarea + id: expected + attributes: + label: What is expected? + validations: + required: true + - type: textarea + id: actually-happening + attributes: + label: What is actually happening? + validations: + required: true - type: input id: reproduction-link attributes: