Skip to content

Commit 875637f

Browse files
committed
gitlab: add CONTRIBUTING.rst file to indicate use of merge requests
With the introduction of automated CI pipelines, we are now ready to switch to using merge requests for the project. With this switch we longer wish to have patches sent to the mailing list, and thus the git-publish config is removed. Reviewed-by: Andrea Bolognani <[email protected]> Signed-off-by: Daniel P. Berrangé <[email protected]>
1 parent 9d850c4 commit 875637f

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

.gitpublish

-4
This file was deleted.

CONTRIBUTING.rst

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
============================
2+
Contributing to libvirt-dbus
3+
============================
4+
5+
The libvirt DBus API binding accepts code contributions via merge requests
6+
on the GitLab project:
7+
8+
https://gitlab.com/libvirt/libvirt-dbus/-/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-dbus/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-dbus/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.

0 commit comments

Comments
 (0)