Missed this during the initial conversion. Signed-off-by: Kashyap Chamarthy <kcham...@redhat.com> --- This patch should be merged on top of this[1]. Otherwise Sphinx will complain (correctly so).
[1] https://lists.nongnu.org/archive/html/qemu-devel/2022-03/msg03488.html -- docs: rSTify MailingLists wiki; move it to QEMU Git Signed-off-by: Kashyap Chamarthy <kcham...@redhat.com> --- docs/devel/submitting-a-patch.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/devel/submitting-a-patch.rst b/docs/devel/submitting-a-patch.rst index e51259eb9c..3632b74585 100644 --- a/docs/devel/submitting-a-patch.rst +++ b/docs/devel/submitting-a-patch.rst @@ -18,13 +18,13 @@ one-shot fix, the bare minimum we ask is that: <http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/SubmittingPatches?id=f6f94e2ab1b33f0082ac22d71f66385a60d8157f#n297>`__ policy.) ``git commit -s`` or ``git format-patch -s`` will add one. - All contributions to QEMU must be **sent as patches** to the - qemu-devel `mailing list <MailingLists>`__. Patch contributions - should not be posted on the bug tracker, posted on forums, or - externally hosted and linked to. (We have other mailing lists too, - but all patches must go to qemu-devel, possibly with a Cc: to another - list.) ``git send-email`` (`step-by-step setup - guide <https://git-send-email.io/>`__ and `hints and - tips <https://elixir.bootlin.com/linux/latest/source/Documentation/process/email-clients.rst>`__) + qemu-devel mailing list (refer to :ref:`mailing-lists`). Patch + contributions should not be posted on the bug tracker, posted on + forums, or externally hosted and linked to. (We have other mailing + lists too, but all patches must go to qemu-devel, possibly with a Cc: + to another list.) ``git send-email`` (`step-by-step setup guide + <https://git-send-email.io/>`__ and `hints and tips + <https://elixir.bootlin.com/linux/latest/source/Documentation/process/email-clients.rst>`__) works best for delivering the patch without mangling it, but attachments can be used as a last resort on a first-time submission. - You must read replies to your message, and be willing to act on them. -- 2.33.1