📦 EqualifyEverything / equalify-iris

📄 pull_request_template.md · 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13## Summary
<!-- What does this change and why? -->

## Testing
- [ ] `npm run typecheck`
- [ ] `./test/e2e.sh`
- [ ] If the demo changed, it still passes axe-core with 0 violations

## Checklist
- [ ] Focused change; matches surrounding code style
- [ ] No unjustified new runtime dependencies
- [ ] I agree to license my contribution under AGPL-3.0-or-later