Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 1.1 KB

Developer Certificate of Origin

In order for us to accept pull-requests, the contributor must sign-off a Developer Certificate of Origin (DCO). This clarifies the intellectual property license granted with any contribution. It is for your protection as a Contributor as well as the protection of IBM and its customers; it does not change your rights to use your own Contributions for any other purpose.

Please read the agreement and acknowledge it by ticking the appropriate box in the PR text, for example:

  • Tick to sign-off your agreement to the Developer Certificate of Origin (DCO) 1.1

Contributing

Everyone is welcome to contribute with patches, bug-fixes and new features.

  1. Create an issue on GitHub so the community can comment on your idea.
  2. Fork the repository in GitHub.
  3. Create a new branch git checkout -b my_branch.
  4. Create tests for the changes you made.
  5. Make sure you pass both existing and newly inserted tests.
  6. Commit your changes.
  7. Push to your branch git push origin my_branch.
  8. Create a pull request.