Your first PRlesson 9 of 9

  1. set up
  2. pick data
  3. find source
  4. place it
  5. model
  6. YAML
  7. build
  8. PR
  9. merge

Merge — and what happens next

Review comments arrive. The loop for each: make the change locally, then —

git add -u
git commit -m "fix: rename site identifier to match conventions"
git push

— and reply to the comment (“done in abc123”) so the reviewer doesn't have to re-read your whole diff. Disagree with a comment? Say why in the thread; reviewers are often missing context you have.

step 1 of 3