Thank you for your interest in contributing to EVOMEM!
- Fork the repository and clone your fork locally.
- Create a virtual environment (
python -m venv venv) and activate it. - Install the package in editable mode:
pip install -e .
- Documentation: Ensure all new Python modules, classes, and methods have full English docstrings.
- Testing: Write tests for any new functionality in the
tests/directory. Run them before submitting a PR. - Green AI Principles: Keep code lightweight. Do not add heavy dependencies unless absolutely necessary. We aim to keep this core library dependency-free as much as possible.