Skip to content

Contributing to EvoLite

We love your input! We want to make contributing to EvoLite as easy and transparent as possible.

Development Process

  1. Fork the repo and create your branch from main
  2. Install development dependencies:
    pip install -e ".[dev]"
    
  3. Make your changes
  4. Add tests for any new functionality
  5. Ensure tests pass:
    pytest
    
  6. Update documentation if needed
  7. Submit a pull request