Contributing to AI-Evaluation

April 29, 2026 ยท View on GitHub

Thanks for your interest in contributing! ๐ŸŽ‰

Quick Start

# Fork and clone
git clone https://github.com/YOUR_USERNAME/ai-evaluation.git

# Python
cd python && uv sync --dev && uv run pytest

# TypeScript  
cd typescript/ai-evaluation && pnpm install && pnpm test

How to Contribute

  1. Report bugs - Open an issue with details
  2. Suggest features - Describe your use case
  3. Submit PRs - Fork, create a branch, test your changes
  4. Improve docs - Fix typos, add examples

Guidelines

  • Write tests for new features
  • Follow existing code style
  • Update documentation
  • Be respectful and constructive

Questions?

Open a Discussion or reach out at opensource@futureagi.com


By contributing, you agree that your contributions will be licensed under the Apache License 2.0.