From 64e0532ab151ad6db96a44aaee2309ff8678ccbe Mon Sep 17 00:00:00 2001 From: RockmanJoe Date: Mon, 14 Oct 2024 19:47:11 -0700 Subject: [PATCH] Adding PR template --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..ebf75a4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## What's in this PR? + +- [ ] New Feature +- [ ] Bug Fix +- [ ] Tech Debt/Refactor + +### Description + +TODO: A more detailed description of the changes made in the pull request, including the following: + +- What problem does the pull request solve? +- What changes were made to the code to solve the problem? +- How were the changes tested? +- Any other relevant information. + +### Checklist + +- [ ] All tests pass. +- [ ] The code is linted and formatted correctly. +- [ ] The documentation is updated, if necessary. +- [ ] Any breaking changes are documented. + +### Additional Notes + +TODO: Any additional notes or comments that you would like to include. +