From 346af9979ba15cd4e01aafe94488c97de6491825 Mon Sep 17 00:00:00 2001 From: Diane Adjavon Date: Wed, 5 Mar 2025 12:53:32 -0500 Subject: [PATCH] chore: Add a pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..74ea2b2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +# Checklist +- [ ] I have added tests to show that my feature works in various situations. +- [ ] I have tested the updated pipeline on an example dataset. +- [ ] I have inlcuded docstrings +- [ ] I have updated the How-To in the documentation to reflect the changes +- [ ] I have updated the Changelog to reflect any changes to the default function of the pipeline