Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 648 Bytes

File metadata and controls

14 lines (12 loc) · 648 Bytes

Contributing

Steps

  1. Create a new issue and/or comment on an existing issue to let us know that you will begin working on it.
  2. Fork this repo
  3. Clone the repo on your computer git clone [url of your forked repository]
  4. Create a new local branch git checkout -b [branch-name] that describes it's purpose. (i.e. "add-improved-logging")
  5. Code your changes.
  6. Stage your changes git add -A
  7. Commit the changes to local repo git commit -m "your-message"
  8. Push the changes to the remote repo git push --set-upstream origin [branch-name]
  9. Create a pull request

For more help see: https://www.youtube.com/watch?v=c6b6B9oN4Vg