File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 15
15
options :
16
16
- label : I have searched the existing issues
17
17
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
+
18
38
- type : textarea
19
39
attributes :
20
40
label : 🐛 Describe the bug
You can’t perform that action at this time.
0 commit comments