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