Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion guides/reading-a-codebase.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion guides/your-first-pr-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down