From e653db41e9088dc16cac84701803bf57d6cdaba6 Mon Sep 17 00:00:00 2001 From: Tyler Biscoe Date: Wed, 6 Nov 2024 13:30:18 -0500 Subject: [PATCH] chore(docs): adds a pr template (#958) Resolves #1729 --------- Co-authored-by: Sean Trantalis Co-authored-by: Jake Van Vorhis <83739412+jakedoublev@users.noreply.github.com> Co-authored-by: Paul Flynn <43211074+pflynn-virtru@users.noreply.github.com> --- .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 000000000..70d7ee0eb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### Proposed Changes + +* + +### Checklist + +- [ ] I have added or updated unit tests +- [ ] I have added or updated integration tests (if appropriate) +- [ ] I have added or updated documentation + +### Testing Instructions +