Thank you for your interest in contributing to Granite Switch!
- Fork the repository
- Clone your fork and install dependencies:
git clone https://github.com/<your-username>/granite-switch.git cd granite-switch pip install -e ".[dev]"
- Create a feature branch and make your changes
- Run tests:
pytest tests/ -v - Submit a pull request
See docs/GIT_WORKFLOW.md for detailed workflow, commit conventions, and code quality standards.
- Bug fixes — Identify and fix issues in the codebase
- Documentation — Improve tutorials and guides
This project follows the Contributor Covenant Code of Conduct. Please read it before participating.
Open an issue or start a discussion.