
On Tue, 2020-05-05 at 15:54 +0100, Daniel P. Berrangé wrote:
+++ b/CONTRIBUTING.rst @@ -0,0 +1,28 @@ +============================ +Contributing to libvirt-rust +============================ + +The libvirt Rust 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, otherwise they will be interpreted as part of a block quote.
+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/ With the above fixed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization