From 7581904af4efa9207c8465c19a0c06597d09080f Mon Sep 17 00:00:00 2001 From: Adin Ackerman Date: Thu, 7 Nov 2024 08:10:36 -0800 Subject: [PATCH] fix typo, add resource for forks --- content/assignments/tutorial/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/assignments/tutorial/_index.md b/content/assignments/tutorial/_index.md index 7560a43..3cc5c56 100644 --- a/content/assignments/tutorial/_index.md +++ b/content/assignments/tutorial/_index.md @@ -13,7 +13,9 @@ This is where your tutorials will go! To get started with your tutorial, get the template from [here](https://github.com/ece-196/tutorial). -You will need to **clone** *this* repository and make a **pull request** to push your changes to this site. +You will need to **fork** *this* repository and make a **pull request** to push your changes to this site. + +Learn about forks [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks). Learn about pull requests [here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).