Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down