File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ ### Type of Change
2+ <!-- - Check any relevant boxes with "x" -->
3+ - [ ] New feature (non-breaking change which adds functionality)
4+ - [ ] Bug fix (non-breaking change which fixes an issue)
5+ - [ ] Task
6+
7+ ### Description
8+
9+ ### TESTS
10+ <!-- - Specify number of tests added or changed -->
11+ Number of tests added/changed:
12+
13+ ### ADDITIONAL INFORMATION
14+ <!-- - Check any relevant boxes with "x" -->
15+ <!-- - HINT: Enter the ticket number as TP-XXXX format -->
16+ - [ ] Removes existing feature
17+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
18+ - [ ] This change requires a documentation update
19+
20+ ### Checklist:
21+ - [ ] My code follows the style guidelines of this project
22+ - [ ] I have performed a self-review of my own code
23+ - [ ] I have commented my code, particularly in hard-to-understand areas
24+ - [ ] I have made corresponding changes to the documentation
25+ - [ ] My changes generate no new warnings
26+ - [ ] I have added tests that prove my fix is effective or that my feature works
27+ - [ ] New and existing unit tests pass locally with my changes
You can’t perform that action at this time.
0 commit comments