feat(design-system): add design review PR template with screenshot requirement
This commit is contained in:
parent
bc8c120145
commit
fcd555f5cf
22
.github/pull_request_template.md
vendored
Normal file
22
.github/pull_request_template.md
vendored
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user