Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 1.5 KB

DEVLEOPER.md

File metadata and controls

38 lines (28 loc) · 1.5 KB

Table of Contents

Introduction

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.

PreChanges.

Ensure you have opened a issue request before making any pull request to this repository

Setup

  • 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

Pull Request

If you wish to provide the changes and make it part of this repository, please feel free to open a pull request

Happy Coding