Development Guide¶
Contributing to LangCalc.
Contents¶
- Contributing - How to contribute
- Testing - Running and writing tests
- Code Style - Coding standards
- Release Process - How releases are made
Quick Start for Contributors¶
- Fork the repository
- Install dev dependencies:
pip install -e .[dev] - Make changes
- Run tests:
pytest tests/ - Submit pull request
See Contributing Guide for details.