aboutsummaryrefslogtreecommitdiffstats
path: root/README-git.txt
blob: da4d4469fa41ea5e64eec988ee578dd7b0360a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Quick start:

1) git clone git@github.com:ChibiOS/ChibiOS-gitmain.git
2) cd ChibiOS-gitmain && \
   git submodule add git@github.com:ChibiOS/ChibiOS-Contrib.git community
Step #2 is optional if you not interested in community code.

Contributing:

to ChibiOS-gitmain
1) fork git repository at your own account
2) make fix and test it
3) submit patch here http://sourceforge.net/projects/chibios/
   or here http://forum.chibios.org

to ChibiOS-Contrib
1) fork git repository at your own account
2) develop feature
3) send pull request as usual

Links:
https://help.github.com/
http://git-scm.com/
http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide