From 20db16c6528c6476e281da956726100855fb6cf6 Mon Sep 17 00:00:00 2001 From: Athanasios Taprantzis <36666964+thanasis457@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:04:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ab00b..56381af 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Windows Users: If you come across this error `exec ./entrypoint.sh: no such file ## Gitflow -The `master/main` branch automatically deploys to production, so all code should first go through the `develop` branch first. Mapscout only accepts code that has been approved from a Pull Request. In order to make changes to the code, we recommend the following steps: +The `develop` branch automatically deploys to production, so all code should be reviewed first. Mapscout only accepts code that has been approved from a Pull Request. In order to make changes to the code, we recommend the following steps: 1. Create a new branch from develop (e.i. `feature/coolLoginScreen`)