Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 493 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 493 Bytes

Contributing

This link contains all information about building cstor-operators from source, contribution guide, reaching out to contributors, maintainers etc.

If you want to build the cstor-operators right away then the following is the step:

You have a working [Go environment] and [Docker environment].

mkdir -p $GOPATH/src/k8s.io
cd $GOPATH/src/k8s.io
git clone https://github.com/openebs/cstor-operators
cd cstor-operators
make all.amd64