From 07bf56a6650403455b4c38a6fc4624981339391e Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Fri, 27 Mar 2026 16:37:28 -0700 Subject: [PATCH] feat(design-system): add design review PR template with screenshot requirement --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ebbc0f08 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## 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