Thanks for wanting to contribute. Browser Use Terminal is early, and the contribution process is still being shaped.
For now:
- Open an issue before large changes so we can align on scope.
- Keep PRs small and focused.
- Run the relevant checks before opening a PR:
cargo fmt --check
cargo test
uv run --with pytest python -m pytest -qFor terminal UI changes, also run:
scripts/verify-terminal-ui.shMore detailed contribution guidelines are coming soon.