Closes #
- π Bug fix (non-breaking change that fixes an issue)
- β¨ New feature (non-breaking change that adds functionality)
- π₯ Breaking change (fix or feature that would cause existing functionality to change)
- π Documentation update
- π§ Maintenance / chore (dependency updates, refactoring, CI changes)
- π Security fix
- I have added tests for my changes
- All existing tests pass (
make test) - I have manually tested the changes
Test configuration:
| Item | Value |
|---|---|
| Python version | |
| Database | |
| Deployment | Docker / Manual |
- My code follows the project's coding standards
- I have performed a self-review of my code
- I have added/updated comments for complex logic
- I have updated documentation as needed
- The CHANGELOG has been updated (for user-facing changes)
- No sensitive data (passwords, API keys) is included in the code
- I have read the Contributing Guide