Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-username>/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 `<your-username>/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

Expand Down Expand Up @@ -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.