Skip to content

Commit 3599aa8

Browse files
authored
Update 1_bug_report.yml
Add Description field to the bug report template
1 parent ebbd71c commit 3599aa8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ body:
4444
validations:
4545
required: true
4646

47+
- type: textarea
48+
attributes:
49+
label: What is the bug?
50+
description: Briefly describe what the problem is.
51+
validations:
52+
required: true
53+
4754
- type: textarea
4855
attributes:
4956
label: Steps to reproduce this
@@ -90,4 +97,4 @@ body:
9097
description: |
9198
Please let us know if you can work on this or if the issue should be assigned to someone else.
9299
validations:
93-
required: true
100+
required: true

0 commit comments

Comments
 (0)