Documentation
Everything you need to get started with automated bug fixing.
# 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.
# Pull Request #43
fix: Button click handler
+ onClick={handleSubmit}
- onClick={undefined}
Learn how BugZero determines fix confidence and what it means for your workflow.
3 min read
Write better bug reports to help BugZero generate more accurate fixes.
5 min read
Get notified in Slack when bugs are fixed automatically.
2 min read