Skip to content

Contributing

Thank you for your interest in contributing to LLM Council!

See CONTRIBUTING.md for detailed guidelines including:

  • Development setup
  • Coding standards
  • Pull request process
  • Commit message format
  • Testing requirements

Development Setup

# Clone and install
git clone https://github.com/amiable-dev/llm-council.git
cd llm-council
make setup

# Run tests
make test

# Run linting
make lint