TOC:
A. How to get (and contribute) to JMVC
A. How to get (and contribute) JMVC
-
Start a new project in git.
-
Fork ....
http://github.com/pinhook/steal and
http://github.com/pinhook/javascriptmvc -
Add steal and javascriptmvc as submodules of your project...
git submodule add git@github.com:YOU/steal.git steal
git submodule add git@github.com:YOU/javascriptmvc.git jquery- Notice javascriptmvc is under the jquery folder
-
Learn a little more about submodules ...
http://johnleach.co.uk/words/archives/2008/10/12/323/git-submodules-in-n-easy-steps -
Make changes in steal or jmvc, and push them back to your fork.
-
Make a pull request to your fork.