From 3d64e2e64dc163453b44313b0dd9f2850e21af87 Mon Sep 17 00:00:00 2001 From: Ken Lauer Date: Wed, 27 Oct 2021 16:36:05 -0700 Subject: [PATCH] GITHUB: add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..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``