Thank you for considering contributing to fugue!
Open a GitHub Issue with:
- What you expected
- What actually happened
- Steps to reproduce
- Your environment (OS, Python/Node version, model setup)
- Fork the repo
- Create a feature branch (
git checkout -b feat/my-feature) - Make your changes
- Run tests (
fugue test run) - Commit with a clear message
- Open a PR against
main
- Model adapters: New SLM/LLM integrations
- Agent templates: Starter templates for different roles
- Test generators: Language-specific test generation
- Report formats: New output formats beyond HTML
- Documentation: Tutorials, examples, translations
Be respectful. Be constructive. We're building this together.
By contributing, you agree that your contributions will be licensed under Apache 2.0.