Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 704 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 704 Bytes

haiku

An exercise in forking and creating a pull requests.

Learning Objectives

  • Practice using the 'fork, clone, and pull request' model to submit assignments

Instructions

  1. Fork this repo to your personal account.
  2. clone the repository to your computer (make sure to clone your fork, and not this original repo).
  3. create a text file, it should be named your_gh_username.txt, e.g. adambray.txt.
  4. write a haiku on a topic of your choice, commit it, and push (sync) it to your remote.
  5. use github.com to create a pull request to the upstream (original) repository.
  6. make additional local changes, and commit/push them to your remote.
  7. verify that the pull request is updated.