From a63a739a90c0658758f024738f3564a7a5ca3367 Mon Sep 17 00:00:00 2001 From: a8trejo Date: Tue, 10 Dec 2024 14:30:16 -0800 Subject: [PATCH] Adding PR template --- .github/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..a689eb9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ + +## Description + +## Type of change + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +## How Has This Been Tested? + + +## Checklist: + +- [ ] My code follows the patterns of this project +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation + +## Additional context + + +## Related Issues + + +## Reviewers + \ No newline at end of file