Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 798 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (21 loc) · 798 Bytes

Contributing to BOSH-Bootloader

The Infrastructure team accepts contributions via pull request against master.

To verify your changes before submitting a pull request:

  1. Run unit tests
  ~/bosh-bootloader/scripts/test
  1. Run acceptance tests
  ~/bosh-bootloader/scripts/acceptance-tests IAAS
  1. Add tests

Add unit tests for your feature.

Vendor a dependency

We are currently using dep to vendor our dependencies - submodules used to be what we had in the past. If you need to add a dependency to the vendor directory ie you imported some new library code just run:

  dep ensure github.com/some-user/your-repo

Need help?

The Infrastructure team is available in the #bbl-users channel in CF slack.