Skip to content

Contribution

Catherine edited this page Dec 29, 2024 · 6 revisions

Instructions

  1. Fork the Cloudland repository at https://github.com/IBM/cloudland/fork.
  2. Install Cloudland by referring to Build and Installation.
  3. Create a feature branch.
  4. Commit your changes.
  5. Rebase your local changes against the master branch.
  6. Create a new pull request.

Legal Requirement

When submitting a patch for review, developers are required to include a sign - off statement in the commit message. This statement indicates acceptance of the DCO (Developer's Certificate of Origin).

Here is an example of the signed - off - by line:

 Signed-off-by: John Doe <john.doe@example.com>

You can include this automatically when committing a change to your local git repository using the following command:

 git commit -s

Clone this wiki locally