get it because (mc)queen = (mc)git
- fork this repo
- clone it (
git clone YOUR_REPO_URL) - make a new branch for your changes (
git switch -c YOUR_INITIALS/DESCRIPTIVE_ISH_NAME) - make a copy of
intros/TEMPLATE.md, and rename it tointros/YOUR_NAME.md - fill in your introduction!
- stage your changes (
git add .) - commit your changes (
git commit -m "DESCRIPTIVE COMMIT MESSAGE") - push your changes (
git push) - create a PR (see link for instructions)
- wait for it to get merged in
- boom!