Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 626 Bytes

Contributing to BOSH

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 "your_email@example.com"
    
  3. See development docs to start contributing to BOSH.