diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..d7124cd28 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ +## Description + + +## Type of Change +- [ ] Bug fix +- [ ] Feature + +## Visuals +- [ ] Attached relevant screenshots / screen recording / GIF +- [ ] N/A (not a feature or no UI changes) + +## Testing +- [ ] Ran all E2E tests +- [ ] Ran all integration tests +- [ ] Added/updated tests for this change (if needed) +- [ ] N/A (tests not needed — explanation provided below) + +### If tests were not added, explain why + + +## Platform + + +- [ ] Web +- [ ] Mobile +- [ ] Desktop + +## Sign-off +- [ ] QA passed +- [ ] UI/UX passed