From 68e6c4c09b92b599c9d217c131fe120c72334cef Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 15 Mar 2023 09:06:05 +0000 Subject: [PATCH] Update readme to reflect new branch structure. --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b3b1fa..2fb332e 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,21 @@ repository.



Branches

-

dev

-

Development branch. All pre-alpha development and alpha testing happens here.
+

main

+

Website root directory files pre-alpha development and alpha testing happens in this branch.

+

asset

+

Website asset, including multimedia, files pre-alpha development and alpha testing happens in +this branch.

+

blog

+

Website blog files pre-alpha development and alpha testing happens in this branch.


+

contact

+

Website contact

beta

-

Beta branch. All beta testing happens here.

+

Feature-complete beta testing of merged code from development branches happens in this +branch.


stable

-

Stable branch. Complete and stable versions are stored here.
-
+

Completed and tested versions from beta branch are stored in this branch.
+This branch contains files used in production.

+