diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000000000000000000000000000000000000..68c7b547c66b037f0b07dd54d89d6912f80d5624 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,19 @@ +======================= +Contributing to libvirt +======================= + +Full, up to date information on how to contribute to libvirt can be +found on the libvirt website: + +https://libvirt.org/contribute.html + +To build the same document locally, from the top level directory of +your git clone run: + +:: + + $ mkdir build && cd build + $ ../autogen.sh + $ make + +You'll find the freshly-built document in ``docs/contribute.html``.