User Tools

Site Tools


for_developers:contribute

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
for_developers:contribute [2019/01/16 20:23] – created kunzfor_developers:contribute [2019/01/16 20:37] – add links kunz
Line 1: Line 1:
 ====== Contribute to EEROS ====== ====== Contribute to EEROS ======
  
-The EEROS development is done with the workflow **"develop with a fork"**. For contribution, EEROS must be forked. The implementation is done in the fork. Afterwards, the changes are merged into the master branch of the main project repository. The merge is initiated by the pull request feature of Github. This workflow allows an easy way to contribute for everyone. It also improves the code quality since the pull requests are reviewed before the merge.+The EEROS development is done with the workflow **"develop with a fork"**. For contribution, EEROS must be [[https://help.github.com/articles/about-forks/|forked]]. The implementation is done in the fork. Afterwards, the changes are merged into the master branch of the main project repository. The merge is initiated by the pull request feature of Github. This workflow allows an easy way to contribute for everyone. It also improves the code quality since the pull requests are reviewed before the merge.
  
  
Line 32: Line 32:
 **5.** The new features can be implemented as usually and pushed to Github with the git commands **"git commit"** and **"git push"**. **5.** The new features can be implemented as usually and pushed to Github with the git commands **"git commit"** and **"git push"**.
  
-**6.** Once the work is finished, a **pull request** must be issued. This can be done by clicking on the button **"New pull request"** on the Github Website.+**6.** Once the work is finished, a **[[https://help.github.com/articles/creating-a-pull-request-from-a-fork/|pull request]]** must be issued. This can be done by clicking on the button **"New pull request"** on the Github Website.
  
for_developers/contribute.txt · Last modified: 2019/01/25 15:16 by kunz