From ee27797a19f1b78dc23b5b1fc89a1881933da7b3 Mon Sep 17 00:00:00 2001 From: 289395925 <126219721+289395925@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:09:35 +0700 Subject: [PATCH 1/2] Add CONTRIBUTING.md --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..d89c94e56 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +# Contributing to Agent Browser + +Thank you for your interest in contributing to Agent Browser! + +## How to Contribute + +1. Fork the repository +2. Create a feature branch +3. Make your changes +4. Submit a pull request + +## Code Style + +- Follow existing code patterns +- Write clear commit messages +- Add tests for new features + +## Reporting Issues + +Please use GitHub Issues to report bugs or request features. \ No newline at end of file From 9ebda07e099ea0a5889fbb58910c94efb5a702ed Mon Sep 17 00:00:00 2001 From: 289395925 <126219721+289395925@users.noreply.github.com> Date: Wed, 25 Mar 2026 06:09:57 +0700 Subject: [PATCH 2/2] Add badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b0dfba9a..9c7af5887 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)] + # agent-browser Headless browser automation CLI for AI agents. Fast Rust CLI with Node.js fallback.