From 0feeef1ef38b1ee18c1f550736a1b3f694200d6f Mon Sep 17 00:00:00 2001 From: Lydia Garms Date: Thu, 8 Jan 2026 10:47:57 +0000 Subject: [PATCH] chore(github): add a PR template --- .github/pull-request-template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..90b5fb33 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,22 @@ +## Summary +- + +## Related Issues +- + +## Changes +- + +## Checklist +- [ ] Tests added/updated +- [ ] CI passes +- [ ] No secrets/keys committed +- [ ] Docs updated (if needed) +- [ ] Backwards compatible (or noted breaking change) + +## How to test +1. +2. + +## Screenshots / Evidence (if applicable) +- \ No newline at end of file