Team Setup

Overview

AutoMD works great for teams by leveraging git as the collaboration layer. Every team member edits the same markdown files, and git handles merging and conflict resolution.

Shared repository

  1. Create a git repository for your project boards
  2. Each team member clones the repo
  3. AutoMD watches the local directory for changes

Conventions

Establish team conventions for:

  • Column names — agree on a standard set (Backlog, In Progress, Review, Done)
  • Labels — define your label taxonomy (#bug, #feature, #docs, etc.)
  • Assignees — use consistent @name handles

Info

Real-time collaboration and conflict resolution guides coming soon.