-
Notifications
You must be signed in to change notification settings - Fork 34
Contribution
Catherine edited this page Dec 29, 2024
·
6 revisions
- Fork the Cloudland repository at https://github.com/IBM/cloudland/fork.
- Install Cloudland by referring to Build and Installation.
- Create a feature branch.
- Commit your changes.
- Rebase your local changes against the master branch.
- Create a new pull request.
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