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 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.