Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 959 Bytes

File metadata and controls

26 lines (19 loc) · 959 Bytes

Contributor Guide

The ML SDK for Vulkan® project is open for external contributors and welcomes contributions. ML SDK for Vulkan® is licensed under the Apache-2.0 and all accepted contributions must have the same license.

Developer Certificate of Origin (DCO)

Before the ML SDK for Vulkan® project accepts your contribution, you need to certify its origin and give us your permission. To manage this process we use Developer Certificate of Origin (DCO) V1.1 (https://developercertificate.org/).

To indicate that you agree to the the terms of the DCO, you "sign off" your contribution by adding a line with your name and e-mail address to every git commit message:

Signed-off-by: John Doe john.doe@example.org

You must use your real name, no pseudonyms or anonymous contributions are accepted.