When contributing a pull request, be sure to submit your pull request against the master branch. See Pull Request Workflow for futher details.
Follow these steps to make a contribution to any of CF open source repositories:
-
Ensure that you have completed our CLA Agreement for individuals or corporations.
-
Set your name and email (these should match the information on your submitted CLA)
git config --global user.name "Firstname Lastname" git config --global user.email "[email protected]"
-
See development docs to start contributing to BOSH.
-
Run
bundle exec rake release:create_dev_release
. -
If you need a tarball release from this then you can run
bundle exec bosh create release --with-tarball /path/to/yaml/made/in/previous/step.yml
.