|
| 1 | +## Description |
| 2 | +<!-- Provide a brief description of your changes --> |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +<!-- Mark the relevant option with an [x] --> |
| 6 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 7 | +- [ ] New feature (non-breaking change which adds functionality) |
| 8 | +- [ ] Documentation update |
| 9 | +- [ ] Code example |
| 10 | +- [ ] Performance improvement |
| 11 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 12 | + |
| 13 | +## Related Issues |
| 14 | +<!-- Link any related issues using #issue_number --> |
| 15 | +Fixes # |
| 16 | +Relates to # |
| 17 | + |
| 18 | +## Changes Made |
| 19 | +<!-- List the specific changes you've made --> |
| 20 | +- |
| 21 | +- |
| 22 | +- |
| 23 | + |
| 24 | +## Testing |
| 25 | +<!-- Describe the tests you ran to verify your changes --> |
| 26 | +- [ ] I have tested these changes locally |
| 27 | +- [ ] All existing tests pass |
| 28 | +- [ ] I have added new tests (if applicable) |
| 29 | + |
| 30 | +## Documentation |
| 31 | +<!-- Mark with [x] if applicable --> |
| 32 | +- [ ] I have updated the documentation |
| 33 | +- [ ] I have added inline comments to complex code |
| 34 | +- [ ] My changes require no documentation update |
| 35 | + |
| 36 | +## Checklist |
| 37 | +<!-- Mark completed items with [x] --> |
| 38 | +- [ ] My code follows the style guidelines of this project |
| 39 | +- [ ] I have performed a self-review of my own code |
| 40 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 41 | +- [ ] My changes generate no new warnings |
| 42 | +- [ ] I have checked my code and corrected any misspellings |
| 43 | +- [ ] I have read and agree to the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines |
| 44 | + |
| 45 | +## Screenshots (if applicable) |
| 46 | +<!-- Add screenshots to help explain your changes --> |
| 47 | + |
| 48 | +## Additional Context |
| 49 | +<!-- Add any other context about the pull request here --> |
0 commit comments