feat(design-system): add design review PR template with screenshot requirement

This commit is contained in:
saravanakumardb1 2026-03-27 16:37:28 -07:00
parent bc8c120145
commit fcd555f5cf

22
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,22 @@
## Summary
<!-- Brief description of the change -->
## Screenshots
<!-- REQUIRED for any UI change. Before/after screenshots. -->
| Before | After |
|--------|-------|
| <!-- screenshot --> | <!-- screenshot --> |
## 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