From 86d3244a22fe4c035d96429a862f44de7b6e99d8 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sun, 13 Oct 2024 16:08:29 +0200 Subject: [PATCH] Refactor contribute.md to update branch structure diagram --- docs/contribute.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index 110bfc992..ecc154a5f 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -4,15 +4,14 @@ The repository is structured as follows: ``` -central (main branch) - | - |--- twilight (feature branch) - | | - |-> \-- stable (release branch) - | | - | \--- Hotfix (hotfixes directly from stable) - | - \--- (features branches) +dev (main branch) + | | + | \--->-- stable (release branch) + | ^ + ^ | + | \-<- Hotfix (hotfixes directly from stable) + | + \-<- (features branches) ``` The `central` branch is the main branch of the repository, and it is the default branch for the repository. The `twilight` branch is the feature branch, and it is branched off from the `central` branch. The `stable` branch is the release branch, and it is branched off from the `central` branch. @@ -35,4 +34,4 @@ To merge zen stable branch from the twilight branch, you can use the following c ```bash sh ./scripts/merge-to-branch.sh stable -``` +``` \ No newline at end of file