Skip to content

Commit c7e6ab2

Browse files
committed
Add another field to the bug report template
1 parent 787b8e9 commit c7e6ab2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ body:
4343
description: 'What do you think should have happened?'
4444
validations:
4545
required: true
46+
- type: textarea
47+
attributes:
48+
label: Actual behaviour
49+
description: What happened?
50+
validations:
51+
required: true
4652
- type: checkboxes
4753
attributes:
4854
label: Code of Conduct

0 commit comments

Comments
 (0)