Contributing
We welcome contributions to UAL Adapter!
Development Setup
git clone https://github.com/hamehrabi/ual-adapter.git
cd ual-adapter
pip install -e ".[dev]"
Running Tests
pytest tests/
pytest --cov=ual_adapter tests/
Code Style
We use:
Black for formatting
mypy for type checking
pylint for linting
black ual_adapter/
mypy ual_adapter/
pylint ual_adapter/
Contributing Guidelines
Fork the repository
Create a feature branch
Make your changes
Add tests
Run test suite
Submit pull request
Areas for Contribution
New architecture binders
Performance optimizations
Documentation improvements
Bug fixes
Example notebooks
Code of Conduct
Be respectful and constructive in all interactions.