mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
📝 update CONTRIBUTING
This commit is contained in:
parent
de5f58f307
commit
2db0b6253f
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue