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: