From 0ebeb62f248038c9085ed5140e341c6d26c6aabe Mon Sep 17 00:00:00 2001 From: Stephanie Spielman Date: Wed, 6 Mar 2024 17:01:53 -0500 Subject: [PATCH 1/2] Update docs/technical-setup/fork-the-repo.md Co-authored-by: Deepa Prasad --- docs/technical-setup/fork-the-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-setup/fork-the-repo.md b/docs/technical-setup/fork-the-repo.md index 011c51165..0f1f7c5ff 100644 --- a/docs/technical-setup/fork-the-repo.md +++ b/docs/technical-setup/fork-the-repo.md @@ -8,7 +8,7 @@ As a contributor, you will perform analyses in your fork. One benefit of using a fork is that changes you make will not affect the upstream project in `AlexsLemonade/OpenScPCA-analysis`. This means you can safely work on your analyses without worrying about messing anything up in the upstream repository. -Periodically, you will request to add your analysis code to the upstream repository through a _pull request_ process. +Periodically, you will request to add your analysis code to the upstream repository through a [_pull request_](STUB_LINK) process. ## Create your fork From 91911dbe9bcded1b7e627afb8e61d0417c5a8140 Mon Sep 17 00:00:00 2001 From: "Stephanie J. Spielman" Date: Wed, 6 Mar 2024 17:02:51 -0500 Subject: [PATCH 2/2] delete the comment and make them all 1. for consistency, why not --- docs/technical-setup/fork-the-repo.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/technical-setup/fork-the-repo.md b/docs/technical-setup/fork-the-repo.md index 0f1f7c5ff..294fada4c 100644 --- a/docs/technical-setup/fork-the-repo.md +++ b/docs/technical-setup/fork-the-repo.md @@ -5,7 +5,6 @@ You will need to create a [_fork_](https://docs.github.com/en/pull-requests/coll A fork is a copy of an _upstream_ repository (here, `AlexsLemonade/OpenScPCA-analysis` is the _upstream_) that you will own and will be in your GitHub account. As a contributor, you will perform analyses in your fork. - One benefit of using a fork is that changes you make will not affect the upstream project in `AlexsLemonade/OpenScPCA-analysis`. This means you can safely work on your analyses without worrying about messing anything up in the upstream repository. Periodically, you will request to add your analysis code to the upstream repository through a [_pull request_](STUB_LINK) process. @@ -18,7 +17,7 @@ Follow these steps to create your fork: 1. In your browser, navigate to the `OpenScPCA-analysis` repository: [https://github.com/AlexsLemonade/OpenScPCA-analysis/](https://github.com/AlexsLemonade/OpenScPCA-analysis/). -2. At the top right corner, click the "Fork" button: +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.com to fork a repository.](../img/fork-button.png){width="400"}