|
| 1 | +# Pull Request |
| 2 | + |
| 3 | +## Description |
| 4 | +<!-- Provide a clear and concise description of your changes --> |
| 5 | + |
| 6 | +## Type of Change |
| 7 | +<!-- Mark the relevant option with an "x" --> |
| 8 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 9 | +- [ ] New feature (non-breaking change which adds functionality) |
| 10 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 11 | +- [ ] Documentation update |
| 12 | +- [ ] Code refactoring |
| 13 | +- [ ] Performance improvement |
| 14 | +- [ ] Test addition or modification |
| 15 | +- [ ] Build/CI change |
| 16 | + |
| 17 | +## Related Issues |
| 18 | +<!-- Link related issues here using #issue_number --> |
| 19 | +Fixes # |
| 20 | +Relates to # |
| 21 | + |
| 22 | +## Changes Made |
| 23 | +<!-- List the key changes in this PR --> |
| 24 | +- |
| 25 | +- |
| 26 | +- |
| 27 | + |
| 28 | +## Testing |
| 29 | +<!-- Describe the tests you ran and how to reproduce them --> |
| 30 | +- [ ] All existing tests pass |
| 31 | +- [ ] Added new tests for changes |
| 32 | +- [ ] Manual testing performed |
| 33 | + |
| 34 | +### Test Coverage |
| 35 | +<!-- Add test coverage information if applicable --> |
| 36 | +``` |
| 37 | +``` |
| 38 | + |
| 39 | +## Screenshots/Examples |
| 40 | +<!-- If applicable, add screenshots or example output --> |
| 41 | + |
| 42 | +## Checklist |
| 43 | +- [ ] My code follows the style guidelines of this project |
| 44 | +- [ ] I have performed a self-review of my code |
| 45 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 46 | +- [ ] I have made corresponding changes to the documentation |
| 47 | +- [ ] My changes generate no new warnings |
| 48 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 49 | +- [ ] New and existing unit tests pass locally with my changes |
| 50 | +- [ ] Any dependent changes have been merged and published |
| 51 | + |
| 52 | +## Breaking Changes |
| 53 | +<!-- If this is a breaking change, describe the impact and migration path --> |
| 54 | + |
| 55 | +## Additional Notes |
| 56 | +<!-- Add any additional notes for reviewers --> |
0 commit comments