From 80d338c998bda7ffe8bebb1fdef9ccf13509e771 Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Tue, 12 Nov 2024 14:27:53 +0100 Subject: [PATCH] chore: add expected behaviour to github bug template (#4292) --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0d176400d8..12ec821686 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,6 +10,13 @@ body: description: A summary of the issue. This needs to be a clear detailed-rich summary. validations: required: true + - type: textarea + id: issue-expected-behavior + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen. + validations: + required: false - type: textarea id: other-information attributes: