|
14 | 14 | - [ ] Code refactoring
|
15 | 15 | - [ ] Test improvements
|
16 | 16 |
|
17 |
| -## Related Issues |
18 | 17 |
|
19 |
| -<!-- Link to any related issues --> |
20 |
| -Fixes #(issue number) |
21 |
| - |
22 |
| -## Changes Made |
23 |
| - |
24 |
| -<!-- List the specific changes made in this PR --> |
25 |
| - |
26 |
| -- |
27 |
| -- |
28 |
| -- |
29 |
| - |
30 |
| -## Testing |
31 |
| - |
32 |
| -<!-- Describe the testing you've done --> |
33 |
| - |
34 |
| -- [ ] All existing tests pass (`./gradlew check`) |
35 |
| -- [ ] New tests added for new functionality |
36 |
| -- [ ] Code formatted (`./gradlew formatKotlin`) |
37 |
| -- [ ] Manual testing performed |
38 |
| - |
39 |
| -### Test Results |
40 |
| - |
41 |
| -<!-- If applicable, include test results or benchmark comparisons --> |
42 |
| - |
43 |
| -``` |
44 |
| -./gradlew check |
45 |
| -BUILD SUCCESSFUL |
46 |
| -``` |
47 |
| - |
48 |
| -## Documentation |
49 |
| - |
50 |
| -<!-- Check if documentation needs to be updated --> |
51 |
| - |
52 |
| -- [ ] README.md updated (if needed) |
53 |
| -- [ ] KDoc comments added/updated for public APIs |
54 |
| -- [ ] CONTRIBUTING.md updated (if workflow changes) |
55 |
| -- [ ] Migration guide provided (for breaking changes) |
56 |
| - |
57 |
| -## Performance Impact |
58 |
| - |
59 |
| -<!-- For performance-related changes --> |
60 |
| - |
61 |
| -- [ ] No performance impact |
62 |
| -- [ ] Performance improvement (include benchmark results) |
63 |
| -- [ ] Performance regression (explain and justify) |
64 |
| - |
65 |
| -### Benchmark Results (if applicable) |
66 |
| - |
67 |
| -<!-- Include before/after benchmark results --> |
68 |
| - |
69 |
| -``` |
70 |
| -Before: |
71 |
| -After: |
72 |
| -``` |
73 |
| - |
74 |
| -## Breaking Changes |
75 |
| - |
76 |
| -<!-- If this is a breaking change, describe what breaks and how to migrate --> |
77 |
| - |
78 |
| -- [ ] No breaking changes |
79 |
| -- [ ] Breaking changes documented below |
80 |
| - |
81 |
| -### Migration Guide |
82 |
| - |
83 |
| -<!-- For breaking changes, provide migration instructions --> |
84 |
| - |
85 |
| -## Checklist |
86 |
| - |
87 |
| -<!-- Verify all items before submitting --> |
88 |
| - |
89 |
| -- [ ] Code follows the project's coding standards |
90 |
| -- [ ] Self-review of code completed |
91 |
| -- [ ] Tests added/updated and passing |
92 |
| -- [ ] Documentation updated |
93 |
| -- [ ] No wildcard imports used |
94 |
| -- [ ] Commit messages follow conventional format |
95 |
| -- [ ] PR title clearly describes the change |
96 |
| - |
97 |
| -## Additional Context |
98 |
| - |
99 |
| -<!-- Add any other context about the PR here --> |
| 18 | +<!-- Add any other context about the PR here --> |
0 commit comments