mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-20 03:54:47 +00:00
📝 update CONTRIBUTING.md
This commit is contained in:
parent
eb627cffd1
commit
0d2c9dddbb
|
|
@ -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.
|
||||
|
||||
> 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
|
||||
flowchart LR
|
||||
subgraph Alice's Fork
|
||||
A[Feature Branch] --> C((Merge Request))
|
||||
A[feat/alice-branch] --> C((Merge Request))
|
||||
end
|
||||
subgraph Bob's Fork
|
||||
B[Feature Branch] --> D((Merge Request))
|
||||
B[feat/bob-branch] --> D((Merge Request))
|
||||
end
|
||||
subgraph open-fpsz
|
||||
C -->|To Target Branch| E[develop]
|
||||
|
|
|
|||
Loading…
Reference in a new issue