Skip to content

Contributing to QuantaLogic

Guidelines

  1. Follow PEP 8 style guide
  2. Write comprehensive tests
  3. Document new features
  4. Create clear, concise pull requests

Development Setup

Bash
# Clone the repository
git clone https://github.com/quantalogic/quantalogic.git
cd quantalogic

# Create virtual environment
python -m venv .venv
source .venv/bin/activate

# Install dependencies
poetry install --with dev

Submitting Changes

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to your fork
  5. Create a pull request