Contributing to EvoLite
We love your input! We want to make contributing to EvoLite as easy and transparent as possible.
Development Process
- Fork the repo and create your branch from
main - Install development dependencies:
pip install -e ".[dev]" - Make your changes
- Add tests for any new functionality
- Ensure tests pass:
pytest - Update documentation if needed
- Submit a pull request