An exercise in forking and creating a pull requests.
- Practice using the 'fork, clone, and pull request' model to submit assignments
- Fork this repo to your personal account.
- clone the repository to your computer (make sure to clone your fork, and not this original repo).
- create a text file, it should be named
your_gh_username.txt
, e.g.adambray.txt
. - write a haiku on a topic of your choice, commit it, and push (sync) it to your remote.
- use github.com to create a pull request to the upstream (original) repository.
- make additional local changes, and commit/push them to your remote.
- verify that the pull request is updated.