Skip to content

Commit 46f0608

Browse files
committed
update PR template
1 parent 80dae1e commit 46f0608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If the following information is NOT present in the issue, please populate:
1010
### Checkbox
1111

1212
- [ ] Confirm that this PR is linked to the dataset issue.
13-
- [ ] Create the dataloader script `biodatasets/my_dataset/my_dataset.py` (please use only lowercase and underscore for dataset naming).
13+
- [ ] Create the dataloader script `hub/hub_repos/my_dataset/my_dataset.py` (please use only lowercase and underscore for dataset naming).
1414
- [ ] Provide values for the `_CITATION`, `_DATASETNAME`, `_DESCRIPTION`, `_HOMEPAGE`, `_LICENSE`, `_URLs`, `_SUPPORTED_TASKS`, `_SOURCE_VERSION`, and `_BIGBIO_VERSION` variables.
1515
- [ ] Implement `_info()`, `_split_generators()` and `_generate_examples()` in dataloader script.
1616
- [ ] Make sure that the `BUILDER_CONFIGS` class attribute is a list with at least one `BigBioConfig` for the source schema and one for a bigbio schema.

0 commit comments

Comments
 (0)