Thank you for your interest in contributing to MuJoCo MCP!
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Run tests (
python scripts/quick_internal_test.py) - Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - Create a Pull Request
- Follow PEP 8
- Use type hints where possible
- Add docstrings to functions and classes
- Keep code simple and readable
Before submitting, ensure all tests pass:
python scripts/quick_internal_test.pyBy contributing, you agree that your contributions will be licensed under the MIT License.