Contributing to ServoBox
For detailed information about contributing to ServoBox, please refer to the main CONTRIBUTING.md file in the project root.
Quick Overview
ServoBox welcomes contributions, especially:
- Package Recipes: Help expand our collection of robotics software stacks in
packages/recipes/ - Bug Fixes: Improvements to core ServoBox functionality
- Documentation: Enhancements to help users better understand ServoBox
- Performance: Optimizations for better VM performance
Getting Started
- Fork the repository
- Create a feature branch:
git checkout -b add-my-recipe - Make your changes
- Test thoroughly (especially for recipes)
- Submit a pull request with a clear description
Questions?
- Open an issue for questions or discussions
- Check existing issues before creating new ones
- Be respectful and constructive in all interactions
For complete guidelines, requirements, and detailed instructions, see the full CONTRIBUTING.md file.