Contributing Guide
Thank you for your interest in contributing to the AI Agent Orchestration Platform! This guide will help you get started.
Getting Started
- Fork the repository and clone your fork.
- Create a new branch for your feature or bugfix.
- Write clear, well-documented code and tests.
- Run all tests and linters before submitting a PR.
Code Style
- Follow PEP8 for Python code.
- Use meaningful commit messages.
- Write docstrings for all public functions/classes.
Submitting Changes
- Open a pull request (PR) with a clear description of your changes.
- Reference any related issues.
- Ensure your PR passes CI checks.
- Be open to feedback and iterate as needed.
Community Standards
- Be respectful and constructive.
- Report issues and suggest improvements.
- Help review other contributions when possible.
For questions, open an issue or join the community chat.