diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 2940b983e..c4c5329c4 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -44,6 +44,13 @@ body: validations: required: true +- type: textarea + attributes: + label: What is the bug? + description: Briefly describe what the problem is. + validations: + required: true + - type: textarea attributes: label: Steps to reproduce this @@ -90,4 +97,4 @@ body: description: | Please let us know if you can work on this or if the issue should be assigned to someone else. validations: - required: true \ No newline at end of file + required: true