gopkg.in/libvirt/libvirt-go-xml.v7@v7.4.0/CONTRIBUTING.rst (about)

     1  ==============================
     2  Contributing to libvirt-go-xml
     3  ==============================
     4  
     5  The libvirt Go API binding accepts code contributions via merge requests
     6  on the GitLab project:
     7  
     8  https://gitlab.com/libvirt/libvirt-go-xml/-/merge_requests
     9  
    10  It is required that automated CI pipelines succeed before a merge request
    11  will be accepted. The global pipeline status for the ``master`` branch is
    12  visible at:
    13  
    14  https://gitlab.com/libvirt/libvirt-go-xml/pipelines
    15  
    16  CI pipeline results for merge requests will be visible via the contributors'
    17  own private repository fork:
    18  
    19  https://gitlab.com/yourusername/libvirt-go-xml/pipelines
    20  
    21  Contributions submitted to the project must be in compliance with the
    22  Developer Certificate of Origin Version 1.1. This is documented at:
    23  
    24  https://developercertificate.org/
    25  
    26  To indicate compliance, each commit in a series must have a "Signed-off-by"
    27  tag with the submitter's name and email address. This can be added by passing
    28  the ``-s`` flag to ``git commit`` when creating the patches.