Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Getting Started with Github

...

Here is the workflow for using Github for the non-committers who are developing their features on GitHub:

  1. Create an account on GitHub.
    See Setting Up Git
  2. Fork the Apache Repo:
  3. Go to https://github.com/apache/incubator-cloudstackImage Removed.
  4. Click Fork.
    See Fork a Repo
  5. Clone your fork:
    git clone https://github.com/Image Removed<username>/incubator-cloudstack.git
  6. Configure remote:
    git remote add upstream https://github.com/apache/incubator-cloudstackImage Removed

Now, you are ready to go. You can pull the changes from upsteam, create branches, push the changes to origin.

Submitting Patches

When you have some code to contribute, please follow these instructions on submitting a patch to review board.

& Submitting contribution

At the time of writing, the best source is Quick Start (especially for non-committers)CloudStack currently doesn't utilize Github pull requests.