Skip to content

Commit ca0aa23

Browse files
authored
[Issue template] Add checkbox asking for details to reproduce error (#6104)
* Add checkbox asking about reproducing error * update * Update * Update checkbox
1 parent 97e60cb commit ca0aa23

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ body:
1515
options:
1616
- label: I have searched the existing issues
1717
required: true
18+
19+
- type: checkboxes
20+
attributes:
21+
label: The bug has not been fixed in the latest main branch
22+
options:
23+
- label: I have checked the latest main branch
24+
required: true
25+
26+
- type: dropdown
27+
id: share_script
28+
attributes:
29+
label: Do you feel comfortable sharing a concise (minimal) script that reproduces the error? :)
30+
description: If not, please share your setting/training config, and/or point to the line in the repo that throws the error.
31+
If the issue is not easily reproducible by us, it will reduce the likelihood of getting responses.
32+
options:
33+
- Yes, I will share a minimal reproducible script.
34+
- No, I prefer not to share.
35+
validations:
36+
required: true
37+
1838
- type: textarea
1939
attributes:
2040
label: 🐛 Describe the bug

0 commit comments

Comments
 (0)