From 81f14d0ea013cfd5c471854c25da4e9e1b0a03dd Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 2 Mar 2023 10:42:36 -0800 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 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..5fa2b2f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +##### Description + + + +##### Checklist + +- [ ] Tested changes against a test repository +- [ ] Added or updated relevant documentation (leave unchecked if not applicable) +- [ ] (If this PR is for a release) Updated README to point to the new tag (leave unchecked if not applicable)