File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- Thank you for contributing to @sigrea/core! -->
22
3- ### 🔗 Linked issue
4-
5- <!-- e.g. resolves #123 -->
6-
7- ### 📚 Description
8-
9- <!-- What & Why: describe the change and motivation -->
10-
11- ### ⚠️ Breaking changes
12-
13- <!-- If any, describe the impact and migration notes; otherwise write N/A -->
14-
15- ### 🧪 Test plan
16-
17- <!-- Describe how you tested the change. Include new/updated tests if applicable. -->
18-
19- ### 📄 Docs
20-
21- <!-- If this change requires docs, link or describe the update; otherwise write N/A -->
22-
23- ### ✅ Checklist
24-
25- - [ ] PR title follows Conventional Commits
26- - [ ] ` pnpm test ` passes locally
27- - [ ] ` pnpm build ` succeeds
28- - [ ] ` pnpm run format ` passes
29- - [ ] Changeset added if user-facing change (or N/A for chore/docs/tests)
30- - [ ] Linked issue referenced and no duplicate PRs
31-
3+ ## Purpose
4+ <!-- One sentence on what this PR solves. Add `Closes #123` if relevant. -->
5+
6+ ## Summary
7+ <!-- Scope touched and user impact. Note breaking changes or migration steps if any. -->
8+
9+ ## Verification
10+ <!-- Quick checks run. If not run, say why. -->
11+ - [ ] ` pnpm test `
12+ - [ ] ` pnpm build `
13+ - [ ] ` pnpm format `
14+ - [ ] CI PR format check passes (title/body rules)
You can’t perform that action at this time.
0 commit comments