Skip to content

Developer onboarding: workflow setup #1

@kjkaustin

Description

@kjkaustin

Checklist for getting a new developer fully set up and into the dev workflow.

Access

  • Accept GitHub org invite
  • Enable 2FA on GitHub account
  • Added to developers team
  • Confirm access to relevant repos

Local Setup

  • Clone assigned repos
  • Copy .env.example.env, fill in values (get secrets from Kevin)
  • Read CLAUDE.md in each repo before touching code

Tools

  • Install gh CLI and authenticate (gh auth login)
  • n8n access: https://n8n.mightyandtrue.com (get credentials from Kevin)
  • Supabase access: shared instance (get credentials from Kevin)

Git Workflow

  • Understand branch naming convention: your-name/short-description
  • Never push directly to main — branch protection is enforced
  • Open a PR, reference the related issue with Closes #N
  • 1 approval required before merging

Project Board

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions