From 11e28777b7a1ea1004f9061b5eb7aaf170b61ef2 Mon Sep 17 00:00:00 2001 From: Simon Roy <49426163+PenguinBoi12@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:28:34 -0400 Subject: [PATCH] Create pull request template Add a pull request template for better PR descriptions and checklists. --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..f3b3a03 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description +Brief description of what this PR does and why. + +### Type of Change +- [ ] Feature +- [ ] Refactor +- [ ] Bug fix +- [ ] Documentation +- [ ] Other: ___ + +### Pre-merge Checklist +- [ ] Run tests: `pytest` +- [ ] Run type check: `mypy` +- [ ] Run formatting: `black .