Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 499 Bytes

File metadata and controls

19 lines (14 loc) · 499 Bytes

Contributing to this practice repository

This repository is designed for beginner Git/GitHub practice.

Good practice changes are small and easy to review:

  • clarify one SQL comment
  • add one data dictionary row
  • improve one analysis note
  • fix one typo
  • add one troubleshooting note

Before opening a pull request, check:

  • I am on a branch, not main.
  • I ran git status.
  • I reviewed my changes with git diff.
  • I committed one small change.
  • I pushed my branch.