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