Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 373 Bytes

File metadata and controls

17 lines (11 loc) · 373 Bytes

TODO LIST:

CONTRIBUTING:

Setup:

  1. git checkout master
  2. git pull origin master
  3. git checkout -b (name of branch creating)

After Changes:

  1. git add .
  2. git commit -m "Commit message providing details of what was added and why"
  3. git push origin (name of branch)

This then opens a PR which will be checked before being merged with the master branch