Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 860 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 860 Bytes

Contributing to BOSH

When contributing a pull request, be sure to submit your pull request against the develop branch. See Pull Request Workflow for futher details.

Contributor License Agreement

Follow these steps to make a contribution to any of CF open source repositories:

  1. Ensure that you have completed our CLA Agreement for individuals or corporations.

  2. 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]"
    
  3. See development docs to start contributing to BOSH.