File: contributions.html.in

package info (click to toggle)
libvirt-php 0.5.8-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,140 kB
  • sloc: ansic: 9,352; sh: 4,578; php: 269; makefile: 219; xml: 93
file content (25 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
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>