From 0636c024381bb6155bde8edee83652012a06db38 Mon Sep 17 00:00:00 2001 From: Wes Barnett Date: Sun, 14 Mar 2021 10:44:48 -0400 Subject: [PATCH] add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 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..b214893 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +- [ ] Closes #xxxx +- [ ] Tests added / passed +- [ ] All linting tests pass