diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..2fbaf73ba3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +## Summary +What does this PR change? + +## Testing +- [ ] Unit tests +- [ ] E2E (if applicable) +- [ ] Manual smoke check + +## Screenshots / Notes +Include UI screenshots or extra context when relevant.