From 6b8a0e27fa175dad095b5532dc1d1727e7c1428f Mon Sep 17 00:00:00 2001 From: Ian Tewksbury Date: Mon, 30 Aug 2021 13:42:25 -0400 Subject: [PATCH] Create pull_request_template.md init add --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..439989c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ +# Purpose + + +# Breaking? +Yes / No + + + + +# Integration Testing + +* [Everything]() +* [Typical]() +* [Minimal]()