summaryrefslogtreecommitdiff
path: root/doc/branches.md
diff options
context:
space:
mode:
authorEli Weiss <eliwss0@gmail.com>2021-12-05 10:41:01 -0600
committerJF <JF002@users.noreply.github.com>2021-12-30 20:57:26 +0100
commit97668c775bb5e501b32fce2fc92f4a5995aec1b1 (patch)
treec6547322c9387b83e7058b82b30c22fae0447b74 /doc/branches.md
parent90352af626cc0087143e824f62f5dcee9f58f29c (diff)
Improved "Getting Started" readability
Clarified ambiguous references, clarified phrasing
Diffstat (limited to 'doc/branches.md')
-rw-r--r--doc/branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/branches.md b/doc/branches.md
index b06c10cc..3c86375f 100644
--- a/doc/branches.md
+++ b/doc/branches.md
@@ -1,7 +1,7 @@
# Branches
The branching model of this project is based on the workflow named [Git flow](https://nvie.com/posts/a-successful-git-branching-model/).
-It is based on 2 main branches:
+The project is based on 2 main branches:
- **master** : this branch is always ready to be deployed. It means that at any time, we should be able to build the branch and release a new version of the application.
- **develop** : this branch contains the latest development that will be integrated in the next release once it's considered as stable.