Refactor contribute.md to update branch structure diagram

This commit is contained in:
mr. M
2024-10-13 16:08:29 +02:00
parent 618859788c
commit 86d3244a22

View File

@@ -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
```
```