From c4890c94a0c90bcd30d03b51205782560909244a Mon Sep 17 00:00:00 2001 From: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:06:18 -0500 Subject: [PATCH 1/4] feat: add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 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 00000000..ca900458 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,34 @@ +## What does this PR do? + + + +Closes # + +## Type of change + + + +- [ ] Bug fix +- [ ] Feature +- [ ] Refactor (no behavior change) +- [ ] Documentation +- [ ] Performance improvement +- [ ] Tests +- [ ] Chore (dependencies, CI, tooling) + +## Checklist + +- [ ] `pnpm test` passes (or targeted tests for my change) +- [ ] `pnpm format` has been run +- [ ] I have added/updated tests for my changes (if applicable) +- [ ] I have added a changeset + +## AI-generated code disclosure + + + +- [ ] This PR includes AI-generated code + +## Screenshots / test output + + \ No newline at end of file From 5a513c9626ac417ef0c4559a670b422ae074433a Mon Sep 17 00:00:00 2001 From: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:10:16 -0500 Subject: [PATCH 2/4] chore: update pull request template comments for clarity --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ca900458..e399ea32 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Closes # ## Type of change - + - [ ] Bug fix - [ ] Feature @@ -31,4 +31,4 @@ Closes # ## Screenshots / test output - \ No newline at end of file + From 9b83eb9875c2848c30a87e02a45aa1e4fab5544f Mon Sep 17 00:00:00 2001 From: paul valladares <85648028+dreyfus92@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:04:49 -0500 Subject: [PATCH 3/4] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: James Garbutt <43081j@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e399ea32..8c13c718 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,9 @@ ## What does this PR do? - + Closes # From 71e982e7d9ecbf9d0323ae40a9836ad4b8fe9c4d Mon Sep 17 00:00:00 2001 From: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:06:01 -0500 Subject: [PATCH 4/4] Apply suggestions from @43081j's review --- .github/PULL_REQUEST_TEMPLATE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8c13c718..53d8a40f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,7 +31,3 @@ Closes # - [ ] This PR includes AI-generated code - -## Screenshots / test output - -