|
| 1 | +## Description |
| 2 | +<!-- Provide a brief description of the changes --> |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +<!-- Mark the relevant option with an "x" --> |
| 6 | + |
| 7 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 8 | +- [ ] New feature (non-breaking change which adds functionality) |
| 9 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 10 | +- [ ] Documentation update |
| 11 | +- [ ] Code refactoring |
| 12 | +- [ ] Performance improvement |
| 13 | +- [ ] Test coverage improvement |
| 14 | + |
| 15 | +## Related Issue |
| 16 | +<!-- Link to the issue this PR addresses --> |
| 17 | +Closes # |
| 18 | + |
| 19 | +## Changes Made |
| 20 | +<!-- List the specific changes made in this PR --> |
| 21 | + |
| 22 | +- |
| 23 | +- |
| 24 | +- |
| 25 | + |
| 26 | +## Testing |
| 27 | +<!-- Describe the tests you ran to verify your changes --> |
| 28 | + |
| 29 | +- [ ] All existing tests pass |
| 30 | +- [ ] Added new tests for new functionality |
| 31 | +- [ ] Manual testing completed |
| 32 | + |
| 33 | +## Checklist |
| 34 | +<!-- Mark completed items with an "x" --> |
| 35 | + |
| 36 | +- [ ] My code follows the project's code style |
| 37 | +- [ ] I have performed a self-review of my code |
| 38 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 39 | +- [ ] I have made corresponding changes to the documentation |
| 40 | +- [ ] My changes generate no new warnings |
| 41 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 42 | +- [ ] New and existing unit tests pass locally with my changes |
| 43 | +- [ ] Any dependent changes have been merged and published |
| 44 | + |
| 45 | +## Screenshots (if applicable) |
| 46 | +<!-- Add screenshots to help explain your changes --> |
| 47 | + |
| 48 | +## Additional Notes |
| 49 | +<!-- Add any additional notes or context --> |
0 commit comments