1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<?xml version="1.0"?>
<html>
<body>
<h1>Contributions to libvirt-php</h1>
<h3>(aka libvirt-php hacking)</h3>
<ul id="toc"></ul>
<h2><a name="hacking">Hacking libvirt-php</a></h2>
<p>
For contributing to the <b>libvirt-php</b> project please visit our
<a href="https://gitlab.com/libvirt/libvirt-php/">Gitlab</a> page.
</p>
<p>
The source code repository can be cloned using:
<pre>git clone https://gitlab.com/libvirt/libvirt-php.git</pre>
<p>
Please make sure you're using the coding style in which the code is already written (beware of spaces instead of tabs etc).
When you have the patch prepared please create a merge request against
the parent project.
</p>
</body>
</html>
|