An intro to collaborating on GitHub.
- Fork this repo
- On your fork, click the "branches" drop down and create a new branch by typing a short name for it in the search field
- On this new branch, create a new text file in the
cyber-friendsdirectory. Name the file after your student alias, and write a fun fact about yourself 😄 - When you commit your changes:
- write a relevant commit message to decribe what you did
- choose the 'Commit directly to the
[your branch name]branch' option - hit the 'Commit changes' button!
- Revisit the original repo you forked from
- On the Pull Requests tab, click 'New pull request'
- Ensure the base repository on the left is set to
shint21/cool-cyber-projectwith branchmaster, and the head repository + compare branch on the right is set to your fork and new branch you created (ie. notmaster). You should see a diff showing your new file if you did it right ✔️ - Fill out your pull request with a short description of the changes and submit!