diff --git a/common-flow.md b/common-flow.md index 437ece1..636aae1 100644 --- a/common-flow.md +++ b/common-flow.md @@ -26,11 +26,11 @@ Core rules: Branch types: -- **Master Branch:** Should always be deployable / usable, is considered - "bleeding edge", and must be named `master`. -- **Change Branches:** Any branch that introduces changes (new feature, bug fix, - etc), should be created from `master`, and must have a descriptive name. -- **Maintenance Branches:** Used to maintain old versions, and should follow a +- Master Branch - Should always be deployable / usable, is considered "bleeding + edge", and must be named `master`. +- Change Branches - Any branch that introduces changes (new feature, bug fix, + etc), should be created off of `master`, and must have a descriptive name. +- Maintenance Branches - Used to maintain old versions, and should follow a `stable-X.Y` naming pattern, where `X` is MAJOR version and `Y` is MINOR version.