diff --git a/documentation/geek-faq.md b/documentation/geek-faq.md index 041adf8964..e0efe2a733 100644 --- a/documentation/geek-faq.md +++ b/documentation/geek-faq.md @@ -1,11 +1,13 @@ # How to contribute to the code? 1. [Fork](http://help.github.com/forking/) the project -2. Make one or more well commented and clean commits to the repository. You can make a new branch here if you are modifying more than one part or feature. +2. Make one or more well commented and clean commits to the repository. 3. Perform a [pull request](http://help.github.com/pull-requests/) in github's web interface. If it is a new feature request, don't start the coding first. Remember to [open an issue](https://guides.github.com/features/issues/) to discuss the new feature. +If you are strougling, check [this detailed step by step guide on contributing](https://www.exchangecore.com/blog/contributing-concrete5-github/). + # How to build Armbian image or custom kernel? You will need to setup development environment within [Ubuntu 14.04 LTS x64 server image](http://releases.ubuntu.com/14.04/) and cca. 20G of free space.