From d2a5acd93a80101c8e47d8e0cc9459f0caa41551 Mon Sep 17 00:00:00 2001 From: Jose Alves Date: Thu, 29 May 2025 21:36:06 +0200 Subject: [PATCH] fix diagram layout --- WORKFLOW.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WORKFLOW.md b/WORKFLOW.md index 3743c85e2..f78d43f55 100644 --- a/WORKFLOW.md +++ b/WORKFLOW.md @@ -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 │ └────────────▲───────────────┘ @@ -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