From a89dd68fc467e6abd1c640182e881d04f772abb4 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Wed, 25 Sep 2024 12:23:27 +0100 Subject: [PATCH] deployablecode --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.