From 639b42515e7a62a6d911108cd26327776d2344b0 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Wed, 19 Oct 2022 14:21:44 +0200 Subject: [PATCH 1/4] link to GitHub guide on contributing to a project Fixes #128 --- _episodes/05-github-pages.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_episodes/05-github-pages.md b/_episodes/05-github-pages.md index 8f5dcfbe..d3da4bc2 100644 --- a/_episodes/05-github-pages.md +++ b/_episodes/05-github-pages.md @@ -118,11 +118,12 @@ Usually it's available instantly, but it can take a few seconds and in the worst > Instead of making edits on the GitHub website you can 'clone' the fork to your local machine > and work there. > -> Try following the rest of the steps under "Time to Submit Your First PR" -> at this guide: +> Try following the rest of the steps in this guide: +> > > (If you followed step 1 and 2 in the previous challenge, you already have a fork and you can -> skip the creation of a new fork if you like. You can submit multiple pull requests using the same fork.) +> skip the creation of a new fork, starting instead at the section titled "Cloning a fork", if you like. +> You can submit multiple pull requests using the same fork.) > {: .challenge} From 222ae1ee29fcd01c551b653faa41b69159152897 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Wed, 19 Oct 2022 14:24:38 +0200 Subject: [PATCH 2/4] fix grammar --- _episodes/05-github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/05-github-pages.md b/_episodes/05-github-pages.md index d3da4bc2..224705d5 100644 --- a/_episodes/05-github-pages.md +++ b/_episodes/05-github-pages.md @@ -118,7 +118,7 @@ Usually it's available instantly, but it can take a few seconds and in the worst > Instead of making edits on the GitHub website you can 'clone' the fork to your local machine > and work there. > -> Try following the rest of the steps in this guide: +> Try following the steps in this guide: > > > (If you followed step 1 and 2 in the previous challenge, you already have a fork and you can From 4ee8409a053ac234499859df550354467c1f3cb8 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Wed, 19 Oct 2022 17:38:33 +0200 Subject: [PATCH 3/4] accessible link text Co-authored-by: Zhian N. Kamvar --- _episodes/05-github-pages.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_episodes/05-github-pages.md b/_episodes/05-github-pages.md index 224705d5..87c56e58 100644 --- a/_episodes/05-github-pages.md +++ b/_episodes/05-github-pages.md @@ -118,8 +118,7 @@ Usually it's available instantly, but it can take a few seconds and in the worst > Instead of making edits on the GitHub website you can 'clone' the fork to your local machine > and work there. > -> Try following the steps in this guide: -> +> Try following the steps in [GitHub's quickstart guide for contributing to projects](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) > > (If you followed step 1 and 2 in the previous challenge, you already have a fork and you can > skip the creation of a new fork, starting instead at the section titled "Cloning a fork", if you like. From 16f56788abc56881b7263ccece25f90c82cce0fa Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Wed, 19 Oct 2022 20:20:15 +0200 Subject: [PATCH 4/4] incorporate @emcaulay's suggested improvements --- _episodes/05-github-pages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_episodes/05-github-pages.md b/_episodes/05-github-pages.md index 87c56e58..04550e8e 100644 --- a/_episodes/05-github-pages.md +++ b/_episodes/05-github-pages.md @@ -120,13 +120,13 @@ Usually it's available instantly, but it can take a few seconds and in the worst > > Try following the steps in [GitHub's quickstart guide for contributing to projects](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) > -> (If you followed step 1 and 2 in the previous challenge, you already have a fork and you can -> skip the creation of a new fork, starting instead at the section titled "Cloning a fork", if you like. +> (If you followed step 1 and 2 in the previous challenge, +> you already have a fork and you can skip the creation of a new fork. +> Start instead at the section titled "Cloning a fork." > You can submit multiple pull requests using the same fork.) > {: .challenge} - > ## Optional challenge: Adding an HTML page > > GitHub Pages is not limited to Markdown. If you know some HTML, try adding an HTML page