From 0e5745fd1cc86c4892788604d3356557d3a0d635 Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Thu, 6 Apr 2023 12:29:02 -0700 Subject: [PATCH] chore: add Github PR template (#1537) --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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 00000000..2a2cc72c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ + + + + +## Description + + +## Checklist + - [ ] Changelog has been updated as necessary.