andreacampi / cf-release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Foundry release

The BOSH release for Cloud Foundry.

Cloud Foundry Resources

Cloud Foundry Open Source Platform as a Service

Learn

Our documentation, currently a work in progress, is available here: http://cloudfoundry.github.com/

Ask Questions

Questions about the Cloud Foundry Open Source Project can be directed to our Google Groups.

File a bug

Bugs can be filed using Github Issues within the various repositories of the Cloud Foundry components.

OSS Contributions

The Cloud Foundry team uses GitHub and accepts contributions via pull request

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

  1. Complete our CLA Agreement for individuals or corporations

  2. Set your name and email

     git config --global user.name "Firstname Lastname"
     git config --global user.email "your_email@youremail.com"
    

Fork the repo

Make your changes on a topic branch, commit, and push to github and open a pull request.

Once your commits are approved by Travis CI and reviewed by the core team, they will be merged.

About

License:Apache License 2.0


Languages

Language:Shell 80.4%Language:Ruby 19.4%Language:JavaScript 0.2%