|
| 1 | +## Description |
| 2 | + |
| 3 | +<!-- Provide a brief description of your changes --> |
| 4 | + |
| 5 | +## Related Issue |
| 6 | + |
| 7 | +<!-- Link to the issue this PR addresses --> |
| 8 | +Closes # |
| 9 | + |
| 10 | +## Type of Change |
| 11 | + |
| 12 | +<!-- Check all that apply --> |
| 13 | + |
| 14 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 15 | +- [ ] New feature (non-breaking change which adds functionality) |
| 16 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 17 | +- [ ] Documentation update |
| 18 | +- [ ] Code refactoring |
| 19 | +- [ ] Dependency update |
| 20 | + |
| 21 | +## Changes Made |
| 22 | + |
| 23 | +<!-- List the main changes in this PR --> |
| 24 | + |
| 25 | +- |
| 26 | +- |
| 27 | +- |
| 28 | + |
| 29 | +## Testing |
| 30 | + |
| 31 | +<!-- Describe the tests you ran --> |
| 32 | + |
| 33 | +- [ ] I have run `npm test` and all tests pass |
| 34 | +- [ ] I have tested the changes manually |
| 35 | +- [ ] I have added/updated tests for my changes |
| 36 | + |
| 37 | +## Code Quality |
| 38 | + |
| 39 | +- [ ] My code follows the code style of this project |
| 40 | +- [ ] I have performed a self-review of my own code |
| 41 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 42 | +- [ ] My changes generate no new warnings |
| 43 | +- [ ] No console.log or debugging code left in |
| 44 | + |
| 45 | +## Documentation |
| 46 | + |
| 47 | +- [ ] I have updated the README.md (if applicable) |
| 48 | +- [ ] I have updated the CHANGELOG.md (if applicable) |
| 49 | +- [ ] I have added/updated code comments |
| 50 | + |
| 51 | +## Breaking Changes |
| 52 | + |
| 53 | +<!-- If this is a breaking change, describe what breaks and migration path --> |
| 54 | + |
| 55 | +N/A |
| 56 | + |
| 57 | +## Screenshots / Examples |
| 58 | + |
| 59 | +<!-- If applicable, add screenshots or code examples --> |
| 60 | + |
| 61 | +```javascript |
| 62 | +// Example code showing the changes |
| 63 | +``` |
| 64 | + |
| 65 | +## Checklist |
| 66 | + |
| 67 | +- [ ] This PR has a descriptive title |
| 68 | +- [ ] All commits follow [Conventional Commits](https://www.conventionalcommits.org/) |
| 69 | +- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) guide |
| 70 | +- [ ] This PR is ready for review |
| 71 | + |
| 72 | +## Additional Notes |
| 73 | + |
| 74 | +<!-- Any additional information or context --> |
0 commit comments