|
| 1 | +## Description |
| 2 | +<!-- Provide a clear and concise description of your changes --> |
| 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 |
| 12 | +- [ ] ♻️ Code refactoring |
| 13 | +- [ ] ⚡ Performance improvement |
| 14 | +- [ ] ✅ Test update |
| 15 | + |
| 16 | +## Related Issues |
| 17 | +<!-- Link related issues here using #issue_number --> |
| 18 | + |
| 19 | +Fixes # |
| 20 | +Related to # |
| 21 | + |
| 22 | +## Changes Made |
| 23 | +<!-- List the specific changes made in this PR --> |
| 24 | + |
| 25 | +- |
| 26 | +- |
| 27 | +- |
| 28 | + |
| 29 | +## Testing |
| 30 | +<!-- Describe the tests you ran to verify your changes --> |
| 31 | + |
| 32 | +- [ ] Type checking passes (`npx tsc --noEmit`) |
| 33 | +- [ ] Build succeeds (`npm run build`) |
| 34 | +- [ ] Electron app builds (`npm run electron:build`) |
| 35 | +- [ ] Tested on Windows |
| 36 | +- [ ] Tested on macOS |
| 37 | +- [ ] Tested on Linux |
| 38 | +- [ ] Manual testing performed |
| 39 | + |
| 40 | +## Screenshots |
| 41 | +<!-- If applicable, add screenshots to demonstrate the changes --> |
| 42 | + |
| 43 | +## Checklist |
| 44 | +<!-- Mark completed items with an "x" --> |
| 45 | + |
| 46 | +- [ ] My code follows the style guidelines of this project |
| 47 | +- [ ] I have performed a self-review of my own code |
| 48 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 49 | +- [ ] I have made corresponding changes to the documentation |
| 50 | +- [ ] My changes generate no new warnings |
| 51 | +- [ ] I have checked my code and corrected any misspellings |
| 52 | +- [ ] Any dependent changes have been merged and published |
| 53 | + |
| 54 | +## Additional Notes |
| 55 | +<!-- Add any additional notes, considerations, or context here --> |
0 commit comments