From d3a2be631642d5d23b5302671695c07e14ca23c6 Mon Sep 17 00:00:00 2001 From: anyreso Date: Thu, 25 Apr 2024 00:04:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20CONTRIBUTING.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]