On Wed, 2020-05-06 at 16:24 +0100, Daniel P. Berrangé wrote:
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,28 @@
+=============================
+Contributing to libvirt-ocaml
+=============================
+
+The libvirt Ocaml API binding accepts code contributions via merge requests
+on the GitLab project:
s/binding/bindings/
[...]
+Contributions submitted to the project must be in compliance with
the
+Developer Certificate of Origin Version 1.1. This is documented at:
+
+
https://developercertificate.org/
Links should not be indented.
+In indicate compliance, each commit in a series must have a
"Signed-off-by"
+tag with the submittor's name and email address. This can be added by passing
+the ``-s`` flag to ``git commit`` when creating the patches.
s/submittor/submitter/
--
Andrea Bolognani / Red Hat / Virtualization