|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a clear and concise description of your changes --> |
| 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 | +- [ ] 🎨 Code style update (formatting, renaming) |
| 14 | +- [ ] ♻️ Code refactoring (no functional changes) |
| 15 | +- [ ] ⚡ Performance improvement |
| 16 | +- [ ] ✅ Test update |
| 17 | +- [ ] 🔧 Build configuration change |
| 18 | +- [ ] 🔒 Security update |
| 19 | + |
| 20 | +## Related Issues |
| 21 | + |
| 22 | +<!-- Link related issues here. Use "Fixes #123" to auto-close issues --> |
| 23 | + |
| 24 | +Fixes # |
| 25 | +Related to # |
| 26 | + |
| 27 | +## Changes Made |
| 28 | + |
| 29 | +<!-- List the key changes in this PR --> |
| 30 | + |
| 31 | +- |
| 32 | +- |
| 33 | +- |
| 34 | + |
| 35 | +## Screenshots / Videos |
| 36 | + |
| 37 | +<!-- If applicable, add screenshots or videos to help explain your changes --> |
| 38 | + |
| 39 | +## Testing |
| 40 | + |
| 41 | +<!-- Describe the tests you ran and how to reproduce them --> |
| 42 | + |
| 43 | +### Test Configuration |
| 44 | + |
| 45 | +- **OS**: |
| 46 | + |
| 47 | +### Test Checklist |
| 48 | + |
| 49 | +- [ ] Unit tests pass locally |
| 50 | +- [ ] Integration tests pass locally |
| 51 | +- [ ] Manual testing completed |
| 52 | +- [ ] Edge cases covered |
| 53 | + |
| 54 | +## Checklist |
| 55 | + |
| 56 | +<!-- Mark completed items with an "x" --> |
| 57 | + |
| 58 | +- [ ] My code follows the project's code style guidelines |
| 59 | +- [ ] I have performed a self-review of my code |
| 60 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 61 | +- [ ] I have made corresponding changes to the documentation |
| 62 | +- [ ] My changes generate no new warnings |
| 63 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 64 | +- [ ] New and existing unit tests pass locally with my changes |
| 65 | +- [ ] Any dependent changes have been merged and published |
| 66 | + |
| 67 | +## Breaking Changes |
| 68 | + |
| 69 | +<!-- If this PR introduces breaking changes, describe them here --> |
| 70 | + |
| 71 | +## Migration Guide |
| 72 | + |
| 73 | +<!-- If breaking changes exist, provide a migration guide --> |
| 74 | + |
| 75 | +## Additional Notes |
| 76 | + |
| 77 | +<!-- Add any additional information that reviewers should know --> |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +**Reviewers**: @<!-- mention relevant reviewers --> |
0 commit comments