Giter Club home page Giter Club logo

cf-release's Introduction

Cloud Foundry release

The BOSH release for Cloud Foundry.

Cloud Foundry OSS Resources

Cloud Foundry Open Source Platform as a Service

Learn

There is a Cloud Foundry documentation set for open source developers, and one for CloudFoundry.com users:

To make changes to our documentation, follow the [OSS Contribution][oss] steps and contribute to the oss-docs repository.

Ask Questions

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

BOSH Developers: https://groups.google.com/a/cloudfoundry.org/group/bosh-dev/topics BOSH Users:https://groups.google.com/a/cloudfoundry.org/group/bosh-users/topics VCAP (Cloud Foundry) Developers: https://groups.google.com/a/cloudfoundry.org/group/vcap-dev/topics

Questions about CloudFoundry.com can be directed to: http://support.cloudfoundry.com

File a Bug

To file a bug against Cloud Foundry Open Source and its components, sign up and use our bug tracking system: http://cloudfoundry.atlassian.net

OSS Contributions

The Cloud Foundry team uses Gerrit, a code review tool that originated in the Android Open Source Project. We also use GitHub as an official mirror, though all pull requests are accepted via Gerrit.

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

  1. Complete our CLA Agreement for individuials or corporations

  2. Sign up for an account on our public Gerrit server at http://reviews.cloudfoundry.org/

  3. Create and upload your public SSH key in your Gerrit account profile

  4. Set your name and email

     git config --global user.name "Firstname Lastname"
     git config --global user.email "[email protected]"
    

Install our gerrit-cli gem:

	gem install gerrit-cli

Clone the cf-release repo and download submodules:

	gerrit clone ssh://reviews.cloudfoundry.org:29418/cf-release
	cd cf-release
	./update

Make your changes, commit, and push to gerrit:

	git commit
	gerrit push

Once your commits are approved by our Continuous Integration Bot (CI Bot) as well as our engineering staff, return to the Gerrit interface and MERGE your changes. The merge will be replicated to GitHub automatically at http://github.com/cloudfoundry/. If you get feedback on your submission, we recommend squashing your commit with the original change-id. See the squashing section here for more details: http://help.github.com/rebase/.

cf-release's People

Contributors

andl avatar andyzh avatar cliffwang avatar d avatar daleolds avatar drnic avatar dsyer avatar eaglechen avatar figof avatar gabis avatar joeldsa avatar kushmerick avatar lisbakke avatar mariash avatar mkocher avatar mmb avatar olegshaldybin avatar pbozeman avatar pietern avatar pmenglund avatar pxie avatar ramnivas avatar ryantang avatar seansweda avatar seanzhao avatar slimyang avatar tekul avatar vedyval avatar vito avatar xuf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.