feat(design-system): add design review PR template with screenshot requirement
This commit is contained in:
parent
252403f74e
commit
07bf56a665
21
.github/pull_request_template.md
vendored
Normal file
21
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
## 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