Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
contribute [2017/07/01 10:14]
timo
contribute [2017/07/01 16:22]
timo [Write some code]
Line 2: Line 2:
  
 ===== Write some code ===== ===== Write some code =====
 +
 +Everybody writing code to improve this project is welcome !
 +
 +   * Clone the git repostiory you want to improve something
 +
 +<​code>​
 +Example for sensord:
 +git clone http://​git-ro.openvario.org/​sensord.git
 +</​code>​
 +
 +  * Create your own branch with a meaningful name e.g. "​cool_new_feature"​
 +
 +<​code>​
 +git checkout -b cool_new_feature
 +</​code>​
 +
 +  * Write your code and commit all code your branch. If you are done, push your branch.
 +  * Create a pull-request and send it to <email of the gitmaster>​
 +
 +
  
 ===== Build or extend the hardware ==== ===== Build or extend the hardware ====