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.