Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 698 Bytes

File metadata and controls

15 lines (10 loc) · 698 Bytes

Contributing to EVOMEM

Thank you for your interest in contributing to EVOMEM!

Getting Started

  1. Fork the repository and clone your fork locally.
  2. Create a virtual environment (python -m venv venv) and activate it.
  3. Install the package in editable mode: pip install -e .

Guidelines

  • 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.