From 9c173aed9030c9aaea31d528e311c9e4bca8afa3 Mon Sep 17 00:00:00 2001 From: KooshaPari <42529354+KooshaPari@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:04:16 -0700 Subject: [PATCH] docs: add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 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..26fcee7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Summary + + + +## Changes + + +- + +## Testing + + +- [ ] Local lint passes +- [ ] Local tests pass +- [ ] Manual smoke test (if applicable) + +## Related + + +Closes #