📝 update CONTRIBUTING.md

This commit is contained in:
anyreso 2024-04-25 00:04:09 -04:00
parent eb627cffd1
commit 0d2c9dddbb

View file

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