Contributing to LangCalc¶
Thank you for your interest in contributing!
Getting Started¶
- Fork the repository on GitHub
- Clone your fork locally
- Create a new branch for your changes
- Make your changes
- Run tests
- Submit a pull request
Development Setup¶
Running Tests¶
Code Standards¶
- Follow PEP 8
- Use type hints
- Write docstrings
- Add tests for new features
Pull Request Process¶
- Update documentation
- Add tests
- Ensure all tests pass
- Update CHANGELOG.md
- Submit PR with clear description
See CLAUDE.md in the repository for detailed guidance.