From 4e381c3e1dbbb14dd745cb9e6dfa70bf4509845f Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Tue, 4 Jul 2023 10:06:18 +0200 Subject: [PATCH] docs: index: Add a quick link to Submitting patches We still get MRs in Gitlab from individual contributors on a regular basis which in some ways just makes maintainer's or reviewer's life just a bit more complicated. This ultimately means our guidelines are probably not visible enough on the main page (or some people wouldn't read them anyway). While this patch can't make the problem go away, it can at least attempt to mitigate it by creating a quick link to the 'hacking' page, skipping a lot of TL;DR contents in contributing.rst which we link from the main page. Signed-off-by: Erik Skultety Reviewed-by: Kristina Hanicova --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 0782034e02..b1666ee22e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,6 +30,9 @@ Quick Links `New contributors `__ Get involved in the libvirt community & student outreach programs +`Submitting patches `__ + Already a regular open source contributor and have git set up? Have a quick + look at how to propose your changes to libvirt correctly `Security vulnerabilities `__ View security notices and report vulnerabilities to the libvirt security response team -- 2.47.2