matiamin / haiku

An exercise in forking and creating pull requests [git, github, poetry]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An exercise in forking and creating pull requests [git, github, poetry]