Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1 KB

File metadata and controls

38 lines (26 loc) · 1 KB

Contributing to fugue

Thank you for considering contributing to fugue!

How to Contribute

Reporting Issues

Open a GitHub Issue with:

  • What you expected
  • What actually happened
  • Steps to reproduce
  • Your environment (OS, Python/Node version, model setup)

Pull Requests

  1. Fork the repo
  2. Create a feature branch (git checkout -b feat/my-feature)
  3. Make your changes
  4. Run tests (fugue test run)
  5. Commit with a clear message
  6. Open a PR against main

Areas We Welcome Contributions

  • 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

Code of Conduct

Be respectful. Be constructive. We're building this together.

License

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