From fee52b6c3f175064c18b010df5929034403ec60b Mon Sep 17 00:00:00 2001 From: Lasse Benninga Date: Tue, 5 May 2026 13:54:58 +0200 Subject: [PATCH] =?UTF-8?q?docs(readme):=20replace=20template=20flow=20wit?= =?UTF-8?q?h=20fork=20=E2=86=92=20branch=20=E2=86=92=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Students should fork this cohort repo and open a PR back to HackYourAssignment/c55-data-week1, not use the "Use this template" button (this repo is not a template — it's the cohort-specific assignment repo). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3260a78..448fcff 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,17 @@ The HackYourFuture Data Track Week 1 assignment: **The Data Cleaning Pipeline**. ## How to start -1. Click **Use this template** → **Create a new repository** under your own GitHub account. -2. Clone *your* copy locally. -3. `git switch -c week1-attempt` -4. Work through the three tasks below. -5. Push and open a PR against your repo's `main`. The auto-grader runs on every push and posts a score comment. +1. **Fork** this repository (`HackYourAssignment/c55-data-week1`) to your own GitHub account using the **Fork** button at the top right. +2. Clone *your fork* locally: + ```bash + git clone https://github.com//c55-data-week1.git + cd c55-data-week1 + ``` +3. Create a working branch: `git switch -c week1-attempt` +4. Work through the three tasks below. Commit and push to your fork as you go. +5. Open a Pull Request from `/c55-data-week1:week1-attempt` **against `HackYourAssignment/c55-data-week1:main`**. The auto-grader runs on every push and posts a score comment on the PR. + +> ⚠️ Do **not** click "Use this template". This repo is your cohort's assignment repo: fork it and open the PR back here so your teacher can review and grade. ## Tasks at a glance @@ -61,4 +67,4 @@ This prints a per-task breakdown and writes `score.json`. Iterate until ## Submission -Open a PR against your fork's `main`. Share the PR URL with your teacher. +Open a PR from your fork against `HackYourAssignment/c55-data-week1:main`. Share the PR URL with your teacher.