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 580a7f5 commit 079979fCopy full SHA for 079979f
.github/PULL_REQUEST_TEMPLATE/add_dataset.md
@@ -0,0 +1,20 @@
1
+# Add Dataset
2
+
3
+* Dataset Name: <name>
4
+* Issue Reference: <link>
5
+* `dataset_info.json` Gist: <link>
6
7
+## Description
8
9
+<description>
10
11
+## Checklist
12
+* [ ] Address all TODO's
13
+* [ ] Add alphabetized import to subdirectory's `__init__.py`
14
+* [ ] Run `download_and_prepare` successfully
15
+* [ ] Add checksums file
16
+* [ ] Properly cite in `BibTeX` format
17
+* [ ] Add passing test(s)
18
+* [ ] Add test data
19
+* [ ] Add data generation script (if applicable)
20
+* [ ] Lint code
0 commit comments