diff --git a/.github/PULL_REQUEST_TEMPLATE/new-data.md b/.github/PULL_REQUEST_TEMPLATE/new-data.md new file mode 100644 index 0000000..5f054f8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new-data.md @@ -0,0 +1,64 @@ + + +# Goal & possible research questions + + + * Goal: + * Research question(s): + * Suggested path: + +# Newly introduced dataset(s): + + + * License: + * URL: + * File format: + +# Impact on existing dataset(s): + + +# To-do before merge + + +# Checklist: + + +- [ ] README files have been created and updated (including listings) +- [ ] We have a license to use any new datasets being added +- [ ] CI tests have passed +- [ ] Great Expectations tests have been added +- [ ] There are unit tests added where appropriate +- [ ] Any scripts are reproducible - returning the same results each run