diff --git a/readme.md b/readme.md index a2af042..2e24cce 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ This guide outlines the naming conventions, branching strategy, and merging proc ### Creating Branches 1. Create a feature branch from `main` using the appropriate naming convention. -2. Create a small and complete change. +2. Create a small and complete change. `main` must always have deployable code. 3. Create a Pull Request back to `main`. 4. Ensure all checks have passed. 5. Merge new code.