aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/index.rst
diff options
context:
space:
mode:
authorKashyap Chamarthy <kchamart@redhat.com>2021-11-10 15:49:01 +0100
committerThomas Huth <thuth@redhat.com>2021-11-17 10:17:28 +0100
commit0ff0dcf6b5292e044985c38cbd83a57485ca887c (patch)
tree48b66351f080f47483d21555b7249fb25a5eec6b /docs/devel/index.rst
parent0c8c45140c8494a3b6fd36946e437dacac2573b8 (diff)
downloadqemu-0ff0dcf6b5292e044985c38cbd83a57485ca887c.zip
qemu-0ff0dcf6b5292e044985c38cbd83a57485ca887c.tar.gz
qemu-0ff0dcf6b5292e044985c38cbd83a57485ca887c.tar.bz2
docs: rSTify the "SubmitAPullRequest" wiki
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 <kchamart@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20211110144902.388183-3-kchamart@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/devel/index.rst')
-rw-r--r--docs/devel/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index dbde1c4..211f887 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