Team Onboarding
This tutorial helps you bring a team onto a new OpenCodeHub instance.
1) Create a repository
Section titled “1) Create a repository”Create a new repository from the UI and push your initial code.
2) Invite collaborators
Section titled “2) Invite collaborators”In repository Settings → Collaborators, add team members and set access levels.
3) Set branch protection
Section titled “3) Set branch protection”Configure protections to enforce reviews and CI:
- Required approvals
- Block merges when CI fails
- Protect
main
4) Enable stacked PRs
Section titled “4) Enable stacked PRs”Share the stack workflow with your team:
npm install -g opencodehub-clioch auth login --url https://your-instanceThen point them to tutorials/your-first-stack.
5) Automate reviews
Section titled “5) Automate reviews”Add an automation to trigger AI review on PR open:
och automate create6) Align notifications
Section titled “6) Align notifications”Encourage reviewers to enable notifications for review requests:
och notify settings --show