From 46d7d382886e8a5c7aab837e4c09123cc38fd79a Mon Sep 17 00:00:00 2001 From: MichisGitIsKing Date: Sun, 17 May 2026 07:15:25 +0200 Subject: [PATCH 1/3] Fix typo: comitting -> committing in checklist heading --- guides/your-first-pr-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/your-first-pr-checklist.md b/guides/your-first-pr-checklist.md index 32bf77c..9cd150a 100644 --- a/guides/your-first-pr-checklist.md +++ b/guides/your-first-pr-checklist.md @@ -2,7 +2,7 @@ Before you click "Create pull request," walk through this checklist. It catches the things that turn a clean merge into three rounds of review. -## Pre-flight: before comitting +## Pre-flight: before committing ### The change itself From 1f9c6b1beeeafedf257bf3c672970b72b4667c4e Mon Sep 17 00:00:00 2001 From: Michael Can Date: Sun, 17 May 2026 08:29:52 +0200 Subject: [PATCH 2/3] fix typo: 'unfimiliar' -> 'unfamiliar' in reading-a-codebase.md --- guides/reading-a-codebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/reading-a-codebase.md b/guides/reading-a-codebase.md index 46286d0..8e6bb58 100644 --- a/guides/reading-a-codebase.md +++ b/guides/reading-a-codebase.md @@ -1,6 +1,6 @@ # Reading a codebase -Before you change a line of code in an unfimiliar codebase, you need to orient yourself. This is the single most underrated skill in open source — and it's the difference between a PR that gets merged and a PR that gets a polite "this isn't quite how we do things here." +Before you change a line of code in an unfamiliar codebase, you need to orient yourself. This is the single most underrated skill in open source — and it's the difference between a PR that gets merged and a PR that gets a polite "this isn't quite how we do things here." This guide is about the first 30 minutes you spend in a new repo. From cfb1db13f47156df5631e9fa45fb05a76178849b Mon Sep 17 00:00:00 2001 From: Michael Can Date: Sun, 17 May 2026 08:43:29 +0200 Subject: [PATCH 3/3] fix: correct typos in README.md - 'contibution' -> 'contribution', 'developpers' -> 'developers' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea5469d..5a0c12f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # learn -> Your guide to making your first open source contibution. +> Your guide to making your first open source contribution. -Open source can feel like a closed club. It isn't — but the door is hard to find. This repo is a curated, community-maintained set of resources that help developpers go from "I've never merged a PR" to "I just shipped my first contribution." +Open source can feel like a closed club. It isn't — but the door is hard to find. This repo is a curated, community-maintained set of resources that help developers go from "I've never merged a PR" to "I just shipped my first contribution." ## What this repo is