We welcome and appreciate contributions from anyone regardless of magnitude of fixes. Just make sure to have fun while at it!
If you'd like to contribute to gizo, start by forking the repo. Make sure to have Go and Dep installed. Clone this repo into $GOPATH/src/github.com/gizo-network/ by running the command git clone https://github.com/gizo-network/gizo.git. Enter the directory and install the dependencies by running cd $GOPATH/src/github.com/gizo-network/gizo && dep ensure. Now that you've successfully done that, it's time to setup git origin and upstream remote url's so you can push straight to your forks rather than into github.com/gizo-network/gizo. To achieve this, run the following commands: