The cloud-director-named-disk-csi-driver project team welcomes contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a Pull Request. For any questions about the CLA process, please refer to our FAQ
We'd love to accept your patches! Before you start working with cloud-director-named-disk-csi-driver, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch.
If you find a bug or a feature request related to cloud-director-named-disk-csi-driver you can create a new GitHub issue in this repo.
- Install GoLang 1.16.x and set up your dev environment with
GOPATH
- Check out code into
$GOPATH/github.com/vmware/cloud-director-named-disk-csi-driver
- Ensure that you have
docker
installed in your dev/build machine. - Run
REGISTRY=<registry where you want to push your images> make csi
- Submit an issue describing your proposed change to the repo.
- Fork the cloud-director-named-disk-csi-driver repo, develop and test your code changes.
- Submit a pull request.
Please use Github Pull Requests and Github Issues as a means to start a conversation with the team.