diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..16554bc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + +## Description + + +## Motivation and Context + + + +## How Has This Been Tested? + + + + +## Where Has This Been Documented? + + + +## Pre-merge checklist +- [ ] Code works interactively +- [ ] Code contains descriptive comments +- [ ] Test suite passes locally +- [ ] Libraries are set to ``Always Newest`` version (``Library, *``) +- [ ] Committed with ``pre-commit`` or ran ``pre-commit run --all-files``