mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-16 00:44:50 +00:00
📝 update CONTRIBUTING.md
This commit is contained in:
parent
eb627cffd1
commit
0d2c9dddbb
1 changed files with 3 additions and 3 deletions
|
|
@ -22,15 +22,15 @@ Periodically, changes from `develop` are merged into the `main` branch to packag
|
||||||
|
|
||||||
This practice ensures that everyone remains updated on ongoing tasks, fostering transparency and encouraging collaboration.
|
This practice ensures that everyone remains updated on ongoing tasks, fostering transparency and encouraging collaboration.
|
||||||
|
|
||||||
> All [merge requests (MR)][#create_merge_requests] must be merged into `develop` before any release is made on the `main` branch.
|
> Any [Merge Requests (MR)][#create_merge_requests] must be merged into `develop` before any release is made on the `main` branch.
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
subgraph Alice's Fork
|
subgraph Alice's Fork
|
||||||
A[Feature Branch] --> C((Merge Request))
|
A[feat/alice-branch] --> C((Merge Request))
|
||||||
end
|
end
|
||||||
subgraph Bob's Fork
|
subgraph Bob's Fork
|
||||||
B[Feature Branch] --> D((Merge Request))
|
B[feat/bob-branch] --> D((Merge Request))
|
||||||
end
|
end
|
||||||
subgraph open-fpsz
|
subgraph open-fpsz
|
||||||
C -->|To Target Branch| E[develop]
|
C -->|To Target Branch| E[develop]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue