On 10/19/21 11:03, Kashyap Chamarthy wrote: > 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 besides updating the > "KeySigningParty" linkt to the rSTified (HTML) page. > > [1] https://wiki.qemu.org/Contribute/SubmitAPullRequest > > Signed-off-by: Kashyap Chamarthy <kcham...@redhat.com> > --- > docs/devel/submitting-a-pull-request.rst | 79 ++++++++++++++++++++++++ > 1 file changed, 79 insertions(+) > create mode 100644 docs/devel/submitting-a-pull-request.rst
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>