Simple Repository to teach how to submit a pull request.
You should do the following:
- Fork the repository.
- Clone the fork onto your computer.
- Create a new branch for your commit.
- Add the original as your upstream: git@github.com:BYUHCS490R/git-collaboration.git (everyone should us this as the upstream.)
- Add a text file named with your name (name.txt).
- In the text file give a short two sentence introduction. Then add your final project idea.
- Commit your changes with a commit message. The message should complete the following sentence: "Applying this commit will ....". For example "Add intro and project for Bro. Slade". Notice, you do not include "Applying this commit will". You will get marked down if you do not have the an appropriate commit message.
- Push your changes to the origin. The origin is the forked version of the original repo on GitHub. The upstream is the original repo that you forked. You will want to make sure your push your new brack up to the origin.
- Visit the URL that you get on the command line, after pushing your new brach, to submit a Pull Request.