Contributing
Thank you for your interest in contributing to SHC!
See CONTRIBUTING.md for detailed guidelines.
Quick Start
# 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
Fork the repository
Create a feature branch
Make changes with tests
Ensure all tests pass
Submit a pull request