deployablecode

This commit is contained in:
Michael McGuinness
2024-09-25 12:23:27 +01:00
parent 5982ca4831
commit a89dd68fc4
+1 -1
View File
@@ -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.