diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfbca58..7c78424 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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]