Skip to content

Commit

Permalink
Merge "syntax changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
mreider authored and Gerrit Code Review committed Apr 11, 2012
2 parents 36ef424 + ce55588 commit 97aeb7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -7,7 +7,7 @@ _Cloud Foundry Open Source Platform as a Service_
* [File a Bug][File a Bug]
* [OSS Contributions][OSS Contributions]

## Learn ##
## Learn

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

Expand All @@ -16,7 +16,7 @@ There is a Cloud Foundry documentation set for open source developers, and one f

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

## Ask Questions ##
## Ask Questions

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

Expand All @@ -26,18 +26,18 @@ VCAP (Cloud Foundry) Developers: [https://groups.google.com/a/cloudfoundry.org/g

Questions about CloudFoundry.com can be directed to: [http://support.cloudfoundry.com](http://support.cloudfoundry.com)

## File a Bug ##
## 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](http://cloudfoundry.atlassian.net)

## OSS Contributions ##
## 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](http://www.cloudfoundry.org/individualcontribution.pdf) or [corporations](http://www.cloudfoundry.org/corpcontribution.pdf)
1. Sign up for an account on our public Gerrit server at http://reviews.cloudfoundry.org/
1. Sign up for an account on our public Gerrit server at http://reviews.cloudfoundry.org/
1. Create and upload your public SSH key in your Gerrit account profile
1. Set your name and email

Expand All @@ -57,7 +57,7 @@ _Note: to clone the BOSH repo, or the Documentation repo, replace `vcap` with `b

Make your changes, commit, and push to gerrit:

git commit
gerrit push
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/](https://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/](http://help.github.com/rebase/).

0 comments on commit 97aeb7a

Please sign in to comment.