From 4a08d8f6d92600284b7ba0b6bdff4efeaf5985d5 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Wed, 23 Oct 2024 22:40:08 -0400 Subject: [PATCH] Create pull_request.md --- .github/PULL_REQUEST_TEMPLATE/pull_request.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request.md b/.github/PULL_REQUEST_TEMPLATE/pull_request.md new file mode 100644 index 0000000..f2bdf1d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request.md @@ -0,0 +1,22 @@ +## Description +Please include a summary of the changes and the motivation behind them. Also, include any relevant context or details that help reviewers understand the purpose of this PR. + +## Type of Change +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update +- [ ] User Interface update + +## Checklist +- [ ] I have run the code and ensured that it works as expected. +- [ ] I have added or updated necessary documentation (if applicable). +- [ ] I have added tests that prove my changes are effective (if applicable). +- [ ] The code follows the code style of this project. +- [ ] My changes generate no new warnings or errors. + +## Related Issues +Fixes #{issue_number} (if applicable) + +## Additional Context +Any additional information or context for reviewers.