|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of the changes in this PR --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +<!-- Mark the relevant option with an "x" --> |
| 8 | + |
| 9 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 10 | +- [ ] 🚀 New feature (non-breaking change which adds functionality) |
| 11 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 12 | +- [ ] 📚 Documentation update |
| 13 | +- [ ] 🔧 Maintenance (refactoring, dependencies, etc.) |
| 14 | + |
| 15 | +## Changes Made |
| 16 | + |
| 17 | +<!-- List the specific changes made in this PR --> |
| 18 | + |
| 19 | +- |
| 20 | +- |
| 21 | +- |
| 22 | + |
| 23 | +## Testing |
| 24 | + |
| 25 | +<!-- Describe how you tested these changes --> |
| 26 | + |
| 27 | +- [ ] All existing tests pass |
| 28 | +- [ ] New tests have been added for new functionality |
| 29 | +- [ ] Manual testing has been performed |
| 30 | +- [ ] Example code has been tested |
| 31 | + |
| 32 | +## Checklist |
| 33 | + |
| 34 | +<!-- Mark completed items with an "x" --> |
| 35 | + |
| 36 | +- [ ] My code follows the project's style guidelines |
| 37 | +- [ ] I have performed a self-review of my own 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 | +## Related Issues |
| 46 | + |
| 47 | +<!-- Link any related issues using "Closes #123" or "Fixes #123" --> |
| 48 | + |
| 49 | +Closes # |
| 50 | + |
| 51 | +## Screenshots (if applicable) |
| 52 | + |
| 53 | +<!-- Add screenshots to help explain your changes --> |
| 54 | + |
| 55 | +## Additional Notes |
| 56 | + |
| 57 | +<!-- Add any additional notes, considerations, or context --> |
| 58 | + |
| 59 | +## Deployment Notes |
| 60 | + |
| 61 | +<!-- Any special considerations for deployment --> |
| 62 | + |
| 63 | +--- |
| 64 | + |
| 65 | +**For Template Users:** |
| 66 | +If you're using this template, please update this section with your specific PR template requirements. |
| 67 | + |
| 68 | +**For Maintainers:** |
| 69 | +- [ ] Code review completed |
| 70 | +- [ ] All CI checks pass |
| 71 | +- [ ] Documentation updated |
| 72 | +- [ ] Ready to merge |
0 commit comments