Contributing to combatlearn#
Thanks for your interest in contributing! Here’s how to get started.
Development Setup#
git clone https://github.com/EttoreRocchi/combatlearn.git
cd combatlearn
pip install -e .[dev]
Running Tests#
pytest
Linting#
ruff check .
Submitting Changes#
Fork the repository and create a feature branch from
main.Add tests for any new functionality.
Make sure all tests pass and the linter is clean.
Open a pull request with a clear title and description of your changes.
Reporting Issues#
Open an issue on GitHub with a minimal reproducible example if applicable.