If you want to contribute or want to hack here are the details that can allow you to setup the environment to test and play.
Ensure you have opened a issue request before making any pull request to this repository
- Git clone the repository
https://github.com/pivotal-gss/go-gpdb.git
- Create a new branch
git checkout -b <new-branch>
- Setup your GOPATH & GOROOT environment variables
- Identify which cli, do you want to modify or hack like is it datalab cli or gpdb cli
- The instruction to setup each CLI is provided here
- Its always best to test all the changes on a VM, so that the local machine is not having a lot of unnecessary stuff, checkout the steps on how to provision a developer mode VM
If you wish to provide the changes and make it part of this repository, please feel free to open a pull request
Happy Coding