learning_ai_common_plat/.github/pull_request_template.md

22 lines
571 B
Markdown

## 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