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+ <!-- Briefly describe the changes in this PR -->
4+
5+ ## Type of Change
6+
7+ <!-- Mark the relevant option with an [x] -->
8+
9+ - [ ] Bug fix (non-breaking change that fixes an issue)
10+ - [ ] New feature (non-breaking change that adds functionality)
11+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12+ - [ ] Documentation update
13+ - [ ] Refactoring (no functional changes)
14+ - [ ] Performance improvement
15+
16+ ## Affected Packages
17+
18+ <!-- Mark the affected packages with an [x] -->
19+
20+ - [ ] ` @replanejs/sdk `
21+ - [ ] ` @replanejs/react `
22+ - [ ] ` @replanejs/next `
23+ - [ ] ` @replanejs/svelte `
24+
25+ ## Related Issues
26+
27+ <!-- Link any related issues using "Fixes #123" or "Relates to #123" -->
28+
29+ ## Checklist
30+
31+ - [ ] I have read the [ CONTRIBUTING] ( ../CONTRIBUTING.md ) guide
32+ - [ ] My code follows the project's coding style
33+ - [ ] I have added/updated tests as needed
34+ - [ ] All tests pass locally (` pnpm test ` )
35+ - [ ] TypeScript types are complete and accurate
36+ - [ ] I have updated documentation as needed
37+
38+ ## Testing
39+
40+ <!-- Describe how you tested these changes -->
41+
42+ ## Additional Notes
43+
44+ <!-- Any additional information that reviewers should know -->
45+
You can’t perform that action at this time.
0 commit comments