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.