From c8284b8ed8021d98f241d534168a0b644ac5f8f7 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Thu, 20 Jul 2023 15:08:59 +0100 Subject: [PATCH] Add a reference to the GitHub flow guide --- docs/development.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 606a760a7..6c6924b21 100644 --- a/docs/development.md +++ b/docs/development.md @@ -25,7 +25,15 @@ Download the *Health GPS* source code to the local machine, like so: Finally, open the `healthgps` folder in Visual Studio and hit build. The first build takes considerably longer than normal due to the initial work required by CMake and the package manager. ->**NOTE:** *This is the current toolset being used for developing the HealthGPS model, however CMake is supported by VS Code and many other IDE of choice, e.g. the model is current being compiled and built on Ubuntu Linux 22.04 LTS using only the CMake command line.* +>**NOTE:** *This is the current toolset being used for developing the HealthGPS model, +>however CMake is supported by VS Code and many other IDE of choice, e.g. the model is +>current being compiled and built on Ubuntu Linux 22.04 LTS using only the CMake command +>line.* + +## GitHub flow + +Health-GPS uses the GitHub flow branching pattern for git. For more information, see the +[GitHub flow guide](https://imperialchepi.github.io/healthgps/github_flow) ## CMake Build