File tree Expand file tree Collapse file tree 1 file changed +24
-9
lines changed Expand file tree Collapse file tree 1 file changed +24
-9
lines changed Original file line number Diff line number Diff line change 1- ## Changes:
2- - Added something..
3- - Changed something..
4- - Removed something..
5- - Bug fixed..
6-
7- <!-- Describe changes by form above (Adding, deletion of something is also change)
8- Also mention bug fixes if it fixed
9- Remove this comment -->
1+ ### Description
2+ Describe the changes in this pull request.
3+
4+ ### Related Issue
5+ - Mention the related issue here (if applicable).
6+
7+ ### Type of Change
8+ - [ ] Bug fix
9+ - [ ] New feature
10+ - [ ] Code quality improvements
11+ - [ ] Refactoring
12+ - [ ] Documentation update
13+ - [ ] Other (please specify)
14+
15+ ### Checklist
16+ - [ ] I have performed a self-review of my own code.
17+ - [ ] I have written unit tests and/or e2e tests.
18+ - [ ] My code follows the project's code style guidelines.
19+ - [ ] I have made corresponding changes to the documentation.
20+ - [ ] My changes do not produce any new warnings or errors.
21+ - [ ] I have tested my changes.
22+
23+ ### Screenshots (if applicable)
24+ Please attach any relevant screenshots or images if applicable.
You can’t perform that action at this time.
0 commit comments