We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88e1ba commit e0e4d6dCopy full SHA for e0e4d6d
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -30,6 +30,16 @@ body:
30
render: python
31
validations:
32
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 >>
43
44
- type: textarea
45
attributes:
0 commit comments