File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Description
2+
3+ <!-- Describe your changes in detail -->
4+
5+ ## Related Issue
6+
7+ <!-- Link to the issue this PR addresses, e.g. Closes #123 -->
8+
9+ ## Type of Change
10+
11+ - [ ] Bug fix (non-breaking change that fixes an issue)
12+ - [ ] - [ ] New feature (non-breaking change that adds functionality)
13+ - [ ] - [ ] Documentation update
14+ - [ ] - [ ] Chore (dependency updates, CI changes, refactoring)
15+ - [ ] - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
17+ - [ ] ## Checklist
18+
19+ - [ ] - [ ] Tests pass (` pnpm test ` in both widget/ and worker/)
20+ - [ ] - [ ] Linting passes (` pnpm eslint . ` )
21+ - [ ] - [ ] Types check (` pnpm tsc --noEmit ` )
22+ - [ ] - [ ] Widget builds successfully (` cd widget && pnpm build ` )
23+ - [ ] - [ ] Documentation updated (if applicable)
You can’t perform that action at this time.
0 commit comments