- 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
- Refactoring (no functional changes)
- Performance improvement
- Other (please describe):
- I have performed a self-review and reviewed the changed files
- My code follows the project's style guidelines and passes linting
- I have added comments in hard-to-understand areas and updated documentation
- I have added relevant tests and they pass locally
- I have tested the changes manually, including edge cases
- I have formatted my code and removed debugging/unused code
- No TypeScript errors or linting issues
- No sensitive information committed (API keys, passwords, etc.)
- User inputs are validated and sanitized
- Dependencies are documented and package-lock.json is updated if needed
- Changes work with Firebase emulator and environment variables are documentedRetry