CONTRIBUTION.md
September 8, 2025 ยท View on GitHub
How to Contribute
1. Fork and Clone
- Fork the repository on GitHub
- Clone your fork locally:
git clone https://github.com/{yourusername}/omop_mcp.git cd omop_mcp
2. Development Setup
- Install development dependencies:
uv sync --extra dev - Install pre-commit hooks:
Pre-commit hooks will automatically handle code formattinguv run pre-commit install
3. Make Changes
- Create a feature branch:
git checkout -b feature/{your-feature-name}
4. Submit Pull Request
- Push your changes to your fork
- Create a pull request with clear description of changes