From d96dad3e9a7daa68882bb779f085e4de2e4a841c Mon Sep 17 00:00:00 2001 From: Shutong Wu <51266340+Scriptwonder@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:36:54 -0500 Subject: [PATCH] Create pull_request_template.md Add a pull request template for contributors. --- .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..302258d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## Description + + +## Type of Change + +Save your change type +- Bug fix (non-breaking change that fixes an issue) +- New feature (non-breaking change that adds functionality) +- Breaking change (fix or feature that would cause existing functionality to change) +- Documentation update +- Refactoring (no functional changes) +- Test update + +## Changes Made + + + +## Testing/Screenshots/Recordings + + + +## Related Issues + + +## Additional Notes +