@@ -4,36 +4,7 @@ A clear and concise description of what this pull request does.
44
55## Type of Change
66
7- Please delete options that are not relevant:
8-
9- - [ ] Bug fix (non-breaking change which fixes an issue)
10- - [ ] New feature (non-breaking change which adds functionality)
11- - [ ] Breaking change (fix or feature that would cause existing functionality to not work as
12- expected)
13- - [ ] Documentation update
14- - [ ] Code refactoring
15- - [ ] Performance improvement
16- - [ ] Test updates
17- - [ ] Other (please describe):
18-
19- ## Related Issues
20-
21- Closes #[ issue number] Related to #[ issue number]
22-
23- ## Testing
24-
25- Please describe the tests that you ran to verify your changes:
26-
27- - [ ] Unit tests pass
28- - [ ] Integration tests pass
29- - [ ] E2E tests pass
30- - [ ] Manual testing completed
31-
32- ** Test Environment:**
33-
34- - OS: [ e.g., macOS, Windows, Linux]
35- - Browser: [ e.g., Chrome, Safari, Firefox]
36- - Node.js version: [ e.g., v22.17.1]
7+ Examples: bugfix, new feature, breaking change, documentation, etc.
378
389## Checklist
3910
@@ -42,19 +13,13 @@ Before submitting this PR, please make sure:
4213- [ ] I have performed a self-review of my own code
4314- [ ] I have commented my code, particularly in hard-to-understand areas
4415- [ ] I have made corresponding changes to the documentation
45- - [ ] My changes generate no new warnings
4616- [ ] I have added tests that prove my fix is effective or that my feature works
47- - [ ] New and existing unit tests pass locally with my changes
4817- [ ] I have read the CONTRIBUTING.md file
4918
5019## Screenshots (if applicable)
5120
5221If this PR includes UI changes, please add screenshots to help reviewers understand the changes.
5322
54- ## Additional Notes
55-
56- Any additional information that reviewers should know about this PR.
57-
5823---
5924
6025** Note:** Please ensure all tests pass and the code follows the project's coding standards before
0 commit comments