docs: Link main "contributing" from programming-specific guide

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>
This commit is contained in:
Tim Small 2023-07-13 11:59:57 +01:00 committed by Michal Privoznik
parent 225f6de45f
commit 7218970862

View File

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