]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Link main "contributing" from programming-specific guide
authorTim Small <tim@seoss.co.uk>
Thu, 13 Jul 2023 10:59:57 +0000 (11:59 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 14 Jul 2023 13:19:14 +0000 (15:19 +0200)
There are two guides to contributing: `hacking.rst` is focused on code
contributions, and `contributing.rst` is more general. Clarify scope of
`hacking.rst` and link to the general guide in its references.

Signed-off-by: Tim Small <tim@seoss.co.uk>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/hacking.rst

index 1be9daab8026aa1f23c935033a22ca1032f1ad9c..8dc9b37475cc24d1c6c93fa7081edc0c796e70f4 100644 (file)
@@ -3,7 +3,7 @@ Contributing
 ============
 
 These are the basics steps you need to follow to contribute to
-libvirt.
+libvirt software development.
 
 Repositories and external resources
 ===================================
@@ -75,3 +75,4 @@ you also take a look at the following documents:
 -  `Advanced test suite usage <advanced-tests.html>`__
 -  `Adoption of GLib APIs <glib-adoption.html>`__
 -  `Committer guidelines <committer-guidelines.html>`__
+-  `Contributing to libvirt <contribute.html>`__