Update readme to reflect new branch structure.

This commit is contained in:
inference 2023-03-15 09:06:05 +00:00
parent b659cf1bf3
commit b271e8c6d2
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -21,12 +21,21 @@ repository.</p>
<br>
<br>
<h2>Branches</h2>
<h3>dev</h3>
<p>Development branch. All pre-alpha development and alpha testing happens here.<br>
<h3>main</h3>
<p>Website root directory files pre-alpha development and alpha testing happens in this branch.</p>
<h3>asset</h3>
<p>Website asset, including multimedia, files pre-alpha development and alpha testing happens in
this branch.</p>
<h3>blog</h3>
<p>Website blog files pre-alpha development and alpha testing happens in this branch.</p>
<br>
<h3>contact</h3>
<p>Website contact
<h3>beta</h3>
<p>Beta branch. All beta testing happens here.</p>
<p>Feature-complete beta testing of merged code from development branches happens in this
branch.</p>
<br>
<h3>stable</h3>
<p>Stable branch. Complete and stable versions are stored here.<br/>
<br/>
<p>Completed and tested versions from beta branch are stored in this branch.<br>
This branch contains files used in production.</p>
<br>