github.com/mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/CONTRIBUTING.md (about)

     1  # Contributing guidelines
     2  
     3  ## How to become a contributor and submit your own code
     4  
     5  ### Contributor License Agreements
     6  
     7  We'd love to accept your patches! Before we can take them, we have to jump a couple of legal hurdles.
     8  
     9  After you submit PR automatic bot will check CLA status, you will be asked to sign one if you didn't sign it before. You can find CLA contents [there](https://cla-assistant.io/Mirantis/virtlet).
    10  
    11  ### Contributing A Patch
    12  
    13  1. Fork the desired repo, develop and test your code changes.
    14  1. Verify that your code changes follows our [guidelines](docs/devel/guidelines.md)
    15  1. Submit a pull request.
    16  
    17  ### Adding dependencies
    18  
    19  If your patch depends on new packages, add that package with [`glide`](https://glide.sh/).