Community
Fork & PR
Fork repo. Create feat/fix branch. Semantic commits. Run checks/tests. Push. Open PR. Sign CLA.
TL;DR: Fork duyetbot-agent. git checkout -b feat/my-feature. bun run check && bun run test. Semantic commit. Push. PR. ✅ CLA auto.
Table of Contents
Fork Repo
- Click Fork on GitHub.
- Clone your fork:
Create Branch
From CLAUDE.md:
Make Changes
Test & Commit
Pre-push enforces:
Types: feat | fix | docs | test | refactor.
Push & PR
Open PR on GitHub. Link issues.
CLA
By contributing, agree MIT License per contributing.md.
Quiz: Commit for docs update?
A: docs: update guide ✅
Pro Tip ✅: Read PLAN.md first.
CTA: Fork & PR now{{t('cta.fork')}}
Next: Git Hooks ->