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
38 changes: 38 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Contributing to Agent Browser

We love your input! We want to make contributing as easy and transparent as possible.

## Pull Requests

1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests.
3. Ensure the test suite passes.
4. Issue that pull request!

## Development Setup

```bash
git clone https://github.com/dextonai/agent-browser.git
cd agent-browser
npm install
npm run dev
```

## Code Style

- Use TypeScript for all new code
- Follow existing patterns in the codebase
- Write meaningful commit messages
- Add comments for complex logic

## Report Bugs

Report bugs by opening a new issue. Include:
- A clear description
- Steps to reproduce
- Expected vs actual behavior
- Screenshots if applicable

## License

By contributing, you agree that your contributions will be licensed under the MIT License.
Loading