Skip to content

Team Onboarding

This tutorial helps you bring a team onto a new OpenCodeHub instance.

Create a new repository from the UI and push your initial code.

In repository Settings → Collaborators, add team members and set access levels.

Configure protections to enforce reviews and CI:

  • Required approvals
  • Block merges when CI fails
  • Protect main

See guides/branch-protection.

Share the stack workflow with your team:

Terminal window
npm install -g opencodehub-cli
och auth login --url https://your-instance

Then point them to tutorials/your-first-stack.

Add an automation to trigger AI review on PR open:

Terminal window
och automate create

Encourage reviewers to enable notifications for review requests:

Terminal window
och notify settings --show