File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments