📝 update CONTRIBUTING

This commit is contained in:
anyreso 2025-02-07 21:40:03 -05:00
parent de5f58f307
commit 2db0b6253f

View file

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