Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 633 Bytes

readme.md

File metadata and controls

24 lines (22 loc) · 633 Bytes

Website for mehackit media-art workshops with Processing

How to contribute

  • Log in to GitHub and fork this repo
  • Clone your fork of this repo. Open terminal, navigate to preferred folder and type:
git clone git@github.com:YOUR-USERNAME/processing-workshop.git
  • Create new branch for your fix and change to that branch:
git checkout -b your_branch_name
  • Do your changes and commit:
git commit -am "commit message"
  • Push your changes
git push origin master
  • Go to the original repo on GitHub and click on the green compare & pull request button
  • Click on 'create pull request'
  • Congrats!