This project is Apache 2.0 licensed and accept contributions via GitHub pull requests. This document outlines some of the conventions on development workflow, commit message formatting, contact points and other resources to make it easier to get your contribution accepted.
- Submit an issue describing your proposed change to the repo in question.
- Fork the desired repo, develop and test your code changes.
- Submit a pull request.
If your patch depends on new packages, add that package with godep
. Follow the instructions to add a dependency.