From 3e8c1dd00ed09ee22e629248a5da6a7e40c0301d Mon Sep 17 00:00:00 2001 From: barthess Date: Sat, 11 Oct 2014 14:59:57 +0300 Subject: Added draft README for git users --- README-git.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README-git.txt (limited to 'README-git.txt') diff --git a/README-git.txt b/README-git.txt new file mode 100644 index 0000000..9f244fa --- /dev/null +++ b/README-git.txt @@ -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 + -- cgit v1.2.3