Skip to content

Commit 079979f

Browse files
WilliamHYZhangConchylicultor
authored andcommitted
Add PR Template for Dataset Additions (#1383)
* initial add_dataset commit * Rename .github/PULL_REQUEST-TEMPLATE/add_dataset.md to .github/PULL_REQUEST_TEMPLATE/add_dataset.md * Update add_dataset.md
1 parent 580a7f5 commit 079979f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)