Skip to content

Commit

Permalink
center images, a lil wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Mar 12, 2024
1 parent a855b13 commit 94be480
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/technical-setup/fork-the-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,22 @@ Follow these steps to create your fork:


1. At the top right corner, click the "Fork" button:
(The numbers you see in this screenshot may differ from the numbers on the website - that's ok!)
![Button on GitHub to fork a repository.](../img/fork-button.png){width="400"} <!-- No new line above, to keep tabbed in -->
(The numbers you see in this screenshot may differ from the numbers on the website - that's expected.)
<!-- keep this tabbed in to enable numbered list -->
<figure markdown="span">
![Button on GitHub to fork a repository.](../img/fork-button.png){width="400"}
</figure>


1. On the next screen, GitHub will prompt you for some settings about your fork.
Make sure that these conditions are met, and then click the "Create fork" button on the bottom right.
- Although the screenshot below shows an "Owner" username of `sjspielman`, you should see your username in this field.
- Keep the default Repository name as `OpenScPCA-analysis`.
- Although the screenshot below shows an "Owner" username of `sjspielman`, you should see your username in this field
- Keep the default Repository name as `OpenScPCA-analysis`
- The box "Copy the `main` branch only" is checked
- You can add a description if you want, but it is not necessary.
![Screen to set up new fork, showing .](../img/create-fork.png){width="600"} <!-- No new line above, to keep tabbed in -->
- You can add a description if you want, but it is not necessary
<figure markdown="span">
![Screen to set up new fork, showing .](../img/create-fork.png){width="600"}
</figure>


1. That's it! 🎉
Expand Down

0 comments on commit 94be480

Please sign in to comment.