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
- Report bugs - Open an issue with details
- Suggest features - Describe your use case
- Submit PRs - Fork, create a branch, test your changes
- 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.