From 6cf9ed99ef393a1d4afcc70364a1b6d47ae246dc Mon Sep 17 00:00:00 2001 From: anyreso Date: Fri, 7 Feb 2025 21:40:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20CONTRIBUTING?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d1f609c..7c136d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,20 +18,6 @@ When starting work on a new feature or bug fix, developers should always use the > Learn how to [create a merge request when you work in a fork][#create_merge_requests_from_fork]. -```mermaid -flowchart LR - subgraph Alice's Fork - A[alice-new-feature] --> C((Merge Request)) - end - subgraph Bob's Fork - B[bob-useful-bugfix] --> D((Merge Request)) - end - subgraph open-fpsz - C -->|To Target Branch| E[main] - D -->|To Target Branch| E[main] - end -``` - ## Fork-based workflow If you want to contribute changes without write access to the repository, you can still do so by forking. This is a simple way for anyone to contribute by creating your own copy of the project where you can make changes freely.