github.com/mmatczuk/gohan@v0.0.0-20170206152520-30e45d9bdb69/docs/development.md (about)

     1  # Development Guide
     2  
     3  * Install Go >= 1.6
     4  * Install development tools
     5  
     6  ```
     7  make deps
     8  ```
     9  
    10  * make & make install
    11  
    12  ```
    13  make
    14  make install
    15  ```
    16  
    17  * Send a pull request to Github
    18  
    19  # How to contribute
    20  
    21  * Sign our CLA and send scan for info@cloudwan.io
    22  
    23      * [Individual CLA](./docs/cla.txt)
    24      * [Company CLA](./docs/ccla.txt)
    25  
    26  * Create an issue in github
    27  * Send PR for github
    28  
    29  We recommend to rebase multiple commits
    30  
    31  # License
    32  Apache2