Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

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