mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
Refactor contribute.md to update branch structure diagram
This commit is contained in:
parent
618859788c
commit
86d3244a22
1 changed files with 9 additions and 10 deletions
|
@ -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
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue