Contributing to Open Browser

June 14, 2025 ยท View on GitHub

Thank you for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/openbrowser.git
  3. Install dependencies: bun install
  4. Create a branch: git checkout -b my-feature
  5. Make your changes and add tests
  6. Run tests: bun run test
  7. Submit a pull request

Code Style

We use Biome for formatting and linting. Run bun run format before committing.

Reporting Issues

Please use GitHub Issues to report bugs or request features. Include:

  • Steps to reproduce
  • Expected vs actual behavior
  • Browser and OS version