Contributing
Contribute code, Agents, or improvements to Crucible Community Edition.
Ways to Contribute
Code Contributions
Submit pull requests for bug fixes, features, or improvements.
Agent Contributions
Share well-crafted Agents with the community via Marketplace.
Documentation
Improve docs, add examples, or fix errors.
Bug Reports
Report issues with detailed reproduction steps.
Development Setup
# Fork the repository
git clone https://github.com/your-username/roundtable-ABaaS.git
cd roundtable-ABaaS
# Create a branch
git checkout -b feature/your-feature
# Make changes and test
docker compose up -d
# Commit and push
git commit -m "Add your feature"
git push origin feature/your-feature
# Open a pull requestbash
Contribution Guidelines
- Follow existing code style and conventions
- Write tests for new features
- Update documentation as needed
- Keep pull requests focused and well-described
- Respond to review feedback
Getting Started
Start by:
- Forking the repository
- Reviewing open issues
- Joining GitHub Discussions
- Opening a draft PR for feedback
For larger integrations or questions, email hello@roundtablelabs.ai.