docs: rSTify the "SubmitAPullRequest" wiki
authorKashyap Chamarthy <kchamart@redhat.com>
Wed, 10 Nov 2021 14:49:01 +0000 (15:49 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 17 Nov 2021 09:17:28 +0000 (10:17 +0100)
commit0ff0dcf6b5292e044985c38cbd83a57485ca887c
tree48b66351f080f47483d21555b7249fb25a5eec6b
parent0c8c45140c8494a3b6fd36946e437dacac2573b8
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>
docs/devel/index.rst
docs/devel/submitting-a-pull-request.rst [new file with mode: 0644]