|
| 1 | +## Description |
| 2 | +<!-- Provide a brief description of the changes in this PR --> |
| 3 | + |
| 4 | +## Type of Change |
| 5 | +<!-- Mark the relevant option with an "x" --> |
| 6 | + |
| 7 | +- [ ] 🐛 Bug fix (non-breaking change which fixes an issue) |
| 8 | +- [ ] ✨ New feature (non-breaking change which adds functionality) |
| 9 | +- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 10 | +- [ ] 📝 Documentation update |
| 11 | +- [ ] 🎨 Style/UI update (no functional changes) |
| 12 | +- [ ] ♻️ Refactoring (no functional changes) |
| 13 | +- [ ] ⚡ Performance improvement |
| 14 | +- [ ] ✅ Test update |
| 15 | +- [ ] 🔧 Build/configuration change |
| 16 | +- [ ] 🔒 Security fix |
| 17 | + |
| 18 | +## Related Issues |
| 19 | +<!-- Link related issues here using #issue_number --> |
| 20 | + |
| 21 | +Closes # |
| 22 | +Related to # |
| 23 | + |
| 24 | +## Changes Made |
| 25 | +<!-- List the main changes made in this PR --> |
| 26 | + |
| 27 | +- |
| 28 | +- |
| 29 | +- |
| 30 | + |
| 31 | +## Screenshots (if applicable) |
| 32 | +<!-- Add screenshots to help explain your changes --> |
| 33 | + |
| 34 | +## Testing |
| 35 | +<!-- Describe the tests you ran and how to reproduce them --> |
| 36 | + |
| 37 | +### Test Environment |
| 38 | +- **Node Version**: |
| 39 | +- **pnpm Version**: |
| 40 | +- **OS**: |
| 41 | + |
| 42 | +### Test Steps |
| 43 | +1. |
| 44 | +2. |
| 45 | +3. |
| 46 | + |
| 47 | +## Checklist |
| 48 | +<!-- Mark completed items with an "x" --> |
| 49 | + |
| 50 | +- [ ] My code follows the project's code style |
| 51 | +- [ ] I have performed a self-review of my code |
| 52 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 53 | +- [ ] I have made corresponding changes to the documentation |
| 54 | +- [ ] My changes generate no new warnings |
| 55 | +- [ ] I have added tests that prove my fix is effective or that my feature works |
| 56 | +- [ ] New and existing unit tests pass locally with my changes |
| 57 | +- [ ] Any dependent changes have been merged and published |
| 58 | + |
| 59 | +## Breaking Changes |
| 60 | +<!-- If this PR introduces breaking changes, describe them here --> |
| 61 | + |
| 62 | +None |
| 63 | + |
| 64 | +## Migration Guide |
| 65 | +<!-- If applicable, provide a migration guide for breaking changes --> |
| 66 | + |
| 67 | +N/A |
| 68 | + |
| 69 | +## Additional Notes |
| 70 | +<!-- Add any additional notes or context about the PR --> |
0 commit comments