Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.81 KB

File metadata and controls

52 lines (33 loc) · 1.81 KB

How to Contribute

Welcome — this is a small, open project, and contributions are warmly welcomed. You don't need to be an expert. You don't need to write a long article. Even one short note is valuable.

This project started as an article — What Code Reviews Taught Me Over Time — and is now open for everyone to add their own notes.

Quick guide

  1. Fork this repository.
  2. Create a new file in the /notes folder. Name it your-github-username.md.
  3. Write your notes in any structure you like.
  4. Open a pull request with the title: Add notes from @your-github-username.

What to write

Anything you've learned from reviewing code. Some ideas:

  • A bug pattern you keep finding
  • A small habit that made your reviews better
  • A comment you keep leaving (and wish you didn't have to)
  • A story from a real PR — what happened, what you learned
  • A linter rule or tool that helped your team
  • One short paragraph, or a list of ten things — both are great

A simple template

If you don't know where to start, copy this:

# Notes from @your-github-username

A short line about you — what you work on, what kind of code you review.

## Lesson 1: [Short title]

What you learned, in one or two paragraphs.

## Lesson 2: [Short title]

What you learned, in one or two paragraphs.

A few simple rules

  • Be kind. Don't name specific people or companies in negative ways.
  • Be honest. Write what you actually experienced, not what sounds smart.
  • Be clear. Simple English is fine — better than fancy English. Many developers here are not native English speakers.
  • No promotional content. This is a notes collection, not an ad space.

Questions?

Open an issue, and we'll figure it out together.