From 721897086254850c9fd1cf762695d265fc30e4b8 Mon Sep 17 00:00:00 2001 From: Tim Small Date: Thu, 13 Jul 2023 11:59:57 +0100 Subject: [PATCH] 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 Reviewed-by: Michal Privoznik --- docs/hacking.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hacking.rst b/docs/hacking.rst index 1be9daab80..8dc9b37475 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -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 `__ - `Adoption of GLib APIs `__ - `Committer guidelines `__ +- `Contributing to libvirt `__