|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of the changes in this PR --> |
| 4 | + |
| 5 | +## Type of Change |
| 6 | + |
| 7 | +Please delete options that are not relevant. |
| 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 | +- [ ] 🔧 Refactor (no functional changes) |
| 14 | +- [ ] ⚡ Performance improvement |
| 15 | +- [ ] 🧪 Test updates |
| 16 | +- [ ] 🔨 Build/CI updates |
| 17 | + |
| 18 | +## Related Issue(s) |
| 19 | + |
| 20 | +<!-- Link to the issue(s) this PR addresses --> |
| 21 | +Fixes #(issue_number) |
| 22 | + |
| 23 | +## Changes Made |
| 24 | + |
| 25 | +<!-- Describe the changes made in this PR --> |
| 26 | +- |
| 27 | +- |
| 28 | +- |
| 29 | + |
| 30 | +## Testing |
| 31 | + |
| 32 | +<!-- Describe the testing you've done --> |
| 33 | +- [ ] Unit tests pass |
| 34 | +- [ ] Integration tests pass |
| 35 | +- [ ] Manual testing completed |
| 36 | +- [ ] No breaking changes |
| 37 | + |
| 38 | +## Screenshots (if applicable) |
| 39 | + |
| 40 | +<!-- Add screenshots to help explain your changes --> |
| 41 | + |
| 42 | +## Checklist |
| 43 | + |
| 44 | +- [ ] My code follows the code style of this project |
| 45 | +- [ ] I have performed a self-review of my own code |
| 46 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 47 | +- [ ] I have made corresponding changes to the documentation |
| 48 | +- [ ] My changes generate no new warnings |
| 49 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 50 | +- [ ] New and existing unit tests pass locally with my changes |
| 51 | +- [ ] Any dependent changes have been merged and published |
| 52 | + |
| 53 | +## Additional Context |
| 54 | + |
| 55 | +<!-- Add any other context about the PR here --> |
| 56 | + |
| 57 | +--- |
| 58 | + |
| 59 | +<!-- |
| 60 | +Before submitting your PR: |
| 61 | +1. Make sure all tests pass |
| 62 | +2. Update documentation if needed |
| 63 | +3. Follow the project's coding standards |
| 64 | +4. Keep your PR focused and atomic |
| 65 | +--> |
0 commit comments