Skip to content

Commit fb06f09

Browse files
committed
Add PR template
1 parent 821ff1a commit fb06f09

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/pull_request_template.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
## What
2+
3+
<!-- Brief description of the changes made -->
4+
5+
## Why
6+
7+
<!-- Explanation of why this change is needed. Link to related issues if applicable. -->
8+
9+
Fixes #
10+
Relates to #
11+
12+
## How
13+
14+
<!-- How you implemented the changes (if the approach is complex or non-obvious) -->
15+
16+
## Testing
17+
18+
<!-- How you tested the changes. Include test scenarios and results. -->
19+
20+
## Checklist
21+
22+
Before submitting this PR, please ensure:
23+
24+
- [ ] **Tests pass locally** (`npm test`)
25+
- [ ] **Linter passes** (`npm run lint`)
26+
- [ ] **Build succeeds** (`npm run build`)
27+
- [ ] **All commits are atomic** (each commit works independently)
28+
- [ ] **Commits have clear messages** (imperative mood, descriptive)
29+
- [ ] **Branch rebased on latest master** (`git rebase origin/master`)
30+
- [ ] **Documentation updated** (if API or behavior changed)
31+
- [ ] **Examples updated** (if adding new features)
32+
33+
## Additional Notes
34+
35+
<!-- Any additional information that reviewers should know -->
36+
37+
---
38+
39+
<!--
40+
Please read our Contributing Guide before submitting:
41+
https://github.com/sveltekit-i18n/lib/blob/master/CONTRIBUTING.md
42+
-->
43+

0 commit comments

Comments
 (0)