Skip to content

Commit e0e4d6d

Browse files
authored
Update bug_report.yml
1 parent c88e1ba commit e0e4d6d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ body:
3030
render: python
3131
validations:
3232
required: true
33+
34+
- type: textarea
35+
attributes:
36+
label: "Example input dataset used to reproduce the issue:"
37+
description: >
38+
Please provide a link to a minimal example dataset that can be
39+
used to reproduce the bug. For developers to quickly fix your issue, it's important
40+
that they can reproduce your problem locally.
41+
placeholder: |
42+
<< Dropbox/Google Drive, etc., some link to the dataset >>
3343
3444
- type: textarea
3545
attributes:

0 commit comments

Comments
 (0)