Added draft README for git users

This commit is contained in:
barthess 2014-10-11 14:59:57 +03:00
parent e7fb3c1e99
commit 3e8c1dd00e
1 changed files with 23 additions and 0 deletions

23
README-git.txt Normal file
View File

@ -0,0 +1,23 @@
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 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:
http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide