Skip to content

Commit 01eef2e

Browse files
authored
chore: streamline PR template with concise checks (#41)
2 parents 7df9cdd + 0ce7d94 commit 01eef2e

1 file changed

Lines changed: 12 additions & 29 deletions

File tree

.github/pull_request_template.md

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,14 @@
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)

0 commit comments

Comments
 (0)