From e4ba5d7a7ec67045489842e67ac5331b96ac650e Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:43:31 -0400 Subject: [PATCH] Adds PR template. --- .github/PULL_REQUEST_TEMPLATE | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..7199493d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,25 @@ + + +## Description + + + + + + + + +## Breaking changes + + + +## Documentation updates + + + + +## Checklist: + +- [ ] I have added tests for my changes. +- [ ] I have updated the documentation (README, etc.) to reflect the changes. +- [ ] I have read and followed the CONTRIBUTE.md guidelines.