Contributing

Thank you for your interest in contributing to cua-sdk! We welcome contributions of all kinds—code, documentation, bug reports, and feature requests.

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone your fork to your local machine:
    git clone https://github.com/your-username/computer_use.git
    
  3. Create a new branch for your feature or fix:
    git checkout -b my-feature
    
  4. Make your changes and add tests if applicable.
  5. Commit and push your changes:
    git add .
    git commit -m "Describe your change"
    git push origin my-feature
    
  6. Open a pull request on GitHub and describe your changes.

Reporting Issues

Code Style

Documentation

Community

Thank you for helping make Merlin AI Foundation better!