You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome contributions! Before you start, please read the following guidelines.
Code of Conduct
This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
How to Contribute
Fork the repository
Create a feature branch (git checkout -b feature/amazing-feature)
Commit your changes (git commit -m 'Add amazing feature')
Push to the branch (git push origin feature/amazing-feature)
Open a Pull Request
Development Setup
# Clone the repository
git clone https://github.com/your-org/agent-orchestrator.git
cd agent-orchestrator
# Install dependencies
make install
# Run tests
make test# Run linter
make lint
Pull Request Guidelines
Follow the existing code style
Write tests for new features
Update documentation as needed
Keep PRs focused and concise
Bug Bounty Program
We run an active bug bounty program. See SECURITY.md for details.