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

Thank you for your interest in improving Agent Browser!

## Getting Started
1. Fork the repository.
2. Clone your fork: `git clone https://github.com/YOUR_USERNAME/agent-browser.git`
3. Install dependencies: `npm install`

## Development
- We use TypeScript for all core logic.
- Ensure your code follows the existing style guidelines.
- Run tests before submitting: `npm test`

## Pull Request Process
1. Create a descriptive branch name.
2. Commit your changes with clear messages.
3. Submit a PR to the `main` branch.
4. Reference related issues in the description.

Thank you!