diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ebbc0f08 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Summary + + + +## Screenshots + + + +| Before | After | +| ------------------- | ------------------- | +| | | + +## Checklist + +- [ ] Design tokens used (no hardcoded hex) +- [ ] Focus-visible works (keyboard nav) +- [ ] ARIA labels on icon-only buttons +- [ ] Empty state handled for list views +- [ ] Confirmation dialog on destructive actions +- [ ] Loading state on async operations +- [ ] Dark/light theme tested