Skip to content

Latest commit

Β 

History

History
52 lines (36 loc) Β· 1.38 KB

File metadata and controls

52 lines (36 loc) Β· 1.38 KB

Description

Closes #

Type of Change

  • πŸ› 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

Changes Made

Testing

  • 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

Screenshots (if applicable)

Checklist

  • 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