Closes #(issue number)
- 🐛 Bug fix (non-breaking change which fixes an issue)
- ✨ New feature (non-breaking change which adds functionality)
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- 📚 Documentation update
- 🎨 Style/UI changes
- ⚡ Performance improvement
- ♻️ Code refactoring
- 🌍 Translation update
- I have tested this locally
- I have added/updated tests for my changes
- All tests pass (
npm test) - No linting errors (
npm run lint) - No format errors (
npm run format) - Build succeeds (
npm run build)
- My code follows the project's style guidelines
- I have commented my code, particularly in hard-to-understand areas
- I have updated the documentation accordingly (README, CONTRIBUTING, etc.)
- I have added tests that prove my fix is effective or that my feature works