- Bug fix
- New feature
- Documentation
- Refactoring / code quality
- Test coverage
- CI / infrastructure
-
pytest tests/passes -
ruff check .passes -
ruff format --check .passes - New tests added for changed code
-
forgelm --config config_template.yaml --dry-runworks
- My code follows the project's style (ruff formatted)
- I've updated documentation if needed
- I've added tests for new functionality
- No new dependencies added (or added as optional:
pip install forgelm[...]) - Config template (
config_template.yaml) updated if new config fields added