# Contributing Thank you for your interest in contributing to SHC! See [CONTRIBUTING.md](https://github.com/your-org/shc/blob/main/CONTRIBUTING.md) for detailed guidelines. ## Quick Start ```bash # Clone and install git clone https://github.com/your-org/shc.git cd shc pip install -e ".[dev]" # Run tests pytest tests/ -v # Format code black shc tests isort shc tests ``` ## Pull Request Process 1. Fork the repository 2. Create a feature branch 3. Make changes with tests 4. Ensure all tests pass 5. Submit a pull request