Skip to content

Commit e3856c7

Browse files
committed
feat: add minimal reproducible example field to bug report template
1 parent 5943f76 commit e3856c7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ body:
7979
validations:
8080
required: true
8181

82+
- type: textarea
83+
id: reproduction
84+
attributes:
85+
label: Minimal Reproducible Example
86+
description: |
87+
Can you provide a small test case or a steps to reproduce? Please include any parsing issues in detail.
88+
validations:
89+
required: true
90+
8291
- type: textarea
8392
id: actual
8493
attributes:

0 commit comments

Comments
 (0)