Skip to content

Commit d27c2e1

Browse files
committed
clarify github workflow collab proposal
1 parent 13f408d commit d27c2e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WORKFLOW.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In order to help lowering the barrier for collaborating on ongoing efforts (e.g.
134134
135135
[Push access to Alice's repo]
136136

137-
After having forked and downloaded locally `stdlib` on your local machine; on an unix compatible terminal with access to the `git` CLI, being at the root folder:
137+
After having forked from `fortran-lang/stdlib` and downloaded `stdlib` on your local machine; on an unix compatible terminal with access to the `git` CLI, being at the root folder:
138138
```sh
139139
./.github/collab.sh
140140
```
@@ -145,4 +145,6 @@ Enter the PR branch name (e.g., feature-branch): feature-branch
145145
```
146146
This will fetch Alice's repository and switch your view to Alice's feature-branch. Now you can review, build, run, play around, propose your nice improvements.
147147

148+
Once you finish helping out, you can always `git checkout <your_own_branch>` and/or delet Alice's branch from your local view `git branch -d feature-branch`.
149+
148150
Remember, announce your willingness to help 😉

0 commit comments

Comments
 (0)