From d384d02476120e4c00b6959fa2152addba098cfd Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 5 Nov 2021 08:49:38 -0700 Subject: [PATCH] PULL_REQUEST_TEMPLATE: init --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 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..1137db1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +##### Description + + + +##### Checklist + +- [ ] Tested functionality against a test repository (see ["How to test changes"](../README.md#how-to-test-changes)) +- [ ] Added or updated relevant documentation (leave unchecked if not applicable)