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
- Create a git repository for your project boards
- Each team member clones the repo
- 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
@namehandles
Info
Real-time collaboration and conflict resolution guides coming soon.