Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 2.79 KB

CONTRIBUTING.rst

File metadata and controls

76 lines (56 loc) · 2.79 KB

Contributing to OVN VIF

As an open source project, we welcome contributions of any kind. These can range from bug reports and code reviews, to signficant code or documentation features.

How to submit patches

OVN VIF uses the GitHub Pull Request workflow.

In general submissions should adhere to the OVN Contributing guidelines.

Please include a Signed-off-by header in the commit message.

Developer's Certificate of Origin

To help track the author of a patch as well as the submission chain, and be clear that the developer has authority to submit a patch for inclusion in OVN VIF please sign off your work. The sign off certifies the following:

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

  1. The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
  2. The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
  3. The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
  4. I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.