diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5abadb1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## 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 +