Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 841 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 841 Bytes

Contributing to bosh-kubernetes-cpi-release

Contributions are highly appreciated. And there are multiple ways you could contribute.

  • trying out the CPI and reporting issues and feature requests
  • add documentation where it is missing
  • contribute code

Contributor License Agreement

CLA assistant check

If you plan to contribute changes to this repository you will have to sign the CLA (see badge above).

Development

Workspace setup

  • install Haskell Stack
  • run stack setup from inside `./src/bosh-kubernetes-cpi
  • Haskell integration is available for Atom, VS Code, Emacs, Vim and JetBrains IDEA (probably more)

Build & test

stack build --test