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

  1. Fork the repository

  2. Create a feature branch

  3. Make changes with tests

  4. Ensure all tests pass

  5. Submit a pull request