From 0ff0dcf6b5292e044985c38cbd83a57485ca887c Mon Sep 17 00:00:00 2001 From: Kashyap Chamarthy Date: Wed, 10 Nov 2021 15:49:01 +0100 Subject: docs: rSTify the "SubmitAPullRequest" wiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original wiki is here[1]. I converted by copying the wiki source into a .wiki file and convert to rST using `pandoc`: $ pandoc -f Mediawiki -t rst submitting-a-pull-request.wiki \ -o submitting-a-pull-request.rst This is a 1-1 conversion; no content changes. [1] https://wiki.qemu.org/Contribute/SubmitAPullRequest Signed-off-by: Kashyap Chamarthy Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20211110144902.388183-3-kchamart@redhat.com> Signed-off-by: Thomas Huth --- docs/devel/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/devel/index.rst') diff --git a/docs/devel/index.rst b/docs/devel/index.rst index dbde1c44e9..211f8876da 100644 --- a/docs/devel/index.rst +++ b/docs/devel/index.rst @@ -46,3 +46,4 @@ modifying QEMU's source code. qapi-code-gen writing-monitor-commands trivial-patches + submitting-a-pull-request -- cgit 1.4.1