Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Contributing can be daunting, we know! Even more for a big project with many con

In order to help lowering the barrier for collaborating on ongoing efforts (e.g. an open PR), we have crafted a simple script that might come in handy. To explain the process we'll use Alice (the person you want to help) and Bob (you):

```text
┌────────────────────────────┐
│ fortran-lang/stdlib │
└────────────▲───────────────┘
Expand All @@ -133,6 +134,7 @@ In order to help lowering the barrier for collaborating on ongoing efforts (e.g.
[Push access to Alice's repo]
```

After having forked from `fortran-lang/stdlib` and cloned your `stdlib` fork on your local machine; on an unix compatible terminal with access to the `git` CLI, being at the root folder:
```sh
Expand Down
Loading