1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 00:10:00 +02:00

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
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -4,15 +4,14 @@
The repository is structured as follows: The repository is structured as follows:
``` ```
central (main branch) dev (main branch)
| | |
|--- twilight (feature branch) | \--->-- stable (release branch)
| | | ^
|-> \-- stable (release branch) ^ |
| | | \-<- Hotfix (hotfixes directly from stable)
| \--- Hotfix (hotfixes directly from stable) |
| \-<- (features branches)
\--- (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. 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 ```bash
sh ./scripts/merge-to-branch.sh stable sh ./scripts/merge-to-branch.sh stable
``` ```