Document develop/master branching model in CLAUDE.md
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
|
||||
## Workflow
|
||||
|
||||
Do not commit directly to `master`. All feature work goes on a `feature/<name>` branch and all bug fixes go on a `fix/<name>` branch, merged back via PR.
|
||||
Do not commit directly to `master` or `develop`. All feature work goes on a `feature/<name>` branch and all bug fixes go on a `fix/<name>` branch, cut from `develop` and merged back into `develop` via PR. `develop` is periodically merged into `master` with its commits squashed into a single release commit — `master` should only ever contain release commits.
|
||||
|
||||
## Build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user