Documentation

Learn how to use
BugZero

Everything you need to get started with automated bug fixing.

⌘K

Quick Example

1. Bug is reported

# GitHub Issue #42

Title: Bug: Button not working

The submit button on the contact form doesn't trigger form submission. Expected: form submits when clicked.

2. BugZero creates PR

# Pull Request #43

fix: Button click handler

+ onClick={handleSubmit}

- onClick={undefined}

Need help?

Can't find what you're looking for? We're here to help.