Contribution Guide
Learn how to contribute to Browser Use
Join the Browser Use Community!
We’re thrilled you’re interested in contributing to Browser Use! This guide will help you get started with contributing to our project. Your contributions are what make the open-source community such an amazing place to learn, inspire, and create.
Quick Setup
Get started with Browser Use development in minutes:
For more detailed setup instructions, see our Local Setup Guide.
How to Contribute
Find Something to Work On
- Browse our GitHub Issues for beginner-friendly issues labeled
good-first-issue
- Check out our most active issues or ask in Discord for ideas of what to work on
- Get inspiration and share what you build in the
#showcase-your-work
channel - Explore or contribute to
awesome-browser-use-prompts
!
Making a Great Pull Request
When submitting a pull request, please:
- Include a clear description of what the PR does and why it’s needed
- Add tests that cover your changes
- Include a demo screenshot/gif or an example script demonstrating your changes
- Make sure the PR passes all CI checks and tests
- Keep your PR focused on a single issue or feature to make it easier to review
Note: We appreciate quality over quantity. Instead of submitting small typo/style-only PRs, consider including those fixes as part of larger bugfix or feature PRs.
Contribution Process
- Fork the repository
- Create a new branch for your feature or bugfix
- Make your changes
- Run tests to ensure everything works
- Submit a pull request
- Respond to any feedback from maintainers
- Celebrate your contribution!
Feel free to bump your issues/PRs with comments periodically if you need faster feedback.
Code of Conduct
We’re committed to providing a welcoming and inclusive environment for all contributors. Please be respectful and constructive in all interactions.
Getting Help
If you need help at any point:
- Join our Discord community
- Ask questions in the appropriate GitHub issue
- Check our documentation
We’re here to help you succeed in contributing to Browser Use!