forked from jupiterjs/jquerymx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (15 loc) · 781 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TOC:
A. How to get (and contribute) to JMVC
A. How to get (and contribute) JMVC
1. Start a new project in git.
2. Fork ....
https://github.com/jupiterjs/steal and
https://github.com/jupiterjs/jquerymx
3. Add steal and jquerymx as submodules of your project...
git submodule add [email protected]:_YOU_/steal.git steal
git submodule add [email protected]:_YOU_/jquerymx.git jquery
* Notice jquerymx is under the jquery folder
4. Learn a little more about submodules ...
https://johnleach.co.uk/words/archives/2008/10/12/323/git-submodules-in-n-easy-steps
5. Make changes in steal or jquerymx, and push them back to your fork.
6. Make a pull request to your fork.