From: Kashyap Chamarthy <kchamart@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Thomas Huth" <thuth@redhat.com>,
qemu-trivial@nongnu.org, "Eric Blake" <eblake@redhat.com>,
"Michael Tokarev" <mjt@tls.msk.ru>,
"Laurent Vivier" <laurent@vivier.eu>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"John Snow" <jsnow@redhat.com>
Subject: Re: [PATCH v2 0/6] rSTify contribution-related wiki pages
Date: Tue, 19 Oct 2021 11:11:03 +0200 [thread overview]
Message-ID: <YW6Lp7A9reP8Uny1@paraplu> (raw)
In-Reply-To: <20211019090344.3054300-1-kchamart@redhat.com>
On Tue, Oct 19, 2021 at 11:03:38AM +0200, Kashyap Chamarthy wrote:
> My main motivation was to convert SubmitAPatch[1] based on a chat with
> Peter Maydell and Dan Berrangé on #qemu channel (on OFTC). But the page
> also links to a couple of other contribution-related pages, so I
> converted them too:
>
> - SubmitAPullRequest: https://wiki.qemu.org/Contribute/SubmitAPullRequest
> - KeySigningParty: https://wiki.qemu.org/KeySigningParty
> - SpellCheck: https://wiki.qemu.org/Contribute/SpellCheck
> - TrivialPatches: https://wiki.qemu.org/Contribute/TrivialPatches
>
> [1] https://wiki.qemu.org/Contribute/SubmitAPatch
>
> * * *
Sorry; forgot to link to v1, it's here:
https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg05604.html
[PATCH 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki
pages
> Changes in v2:
>
> - Consistently use the preferred rST headings: ===, ---, and ~~~~
> [Paolo]
> - Add entries in the devel/toctree.rst [Paolo]
> - Clean up the SpellCheck wiki [Peter Maydell]
> - In trivial-patches.rst, keep only Laurent as the active maintainer
> [Philippe]
> - Convert the wiki SubmitAPullRequest to rST, because this is also
> linked to from the SubmitAPatch wiki page
> - Convert the KeySigningParty wiki to rST
> - Update the links to point to the rST-generated HTML files, instead of
> wiki
>
> Kashyap Chamarthy (6):
> docs: rSTify the "TrivialPatches" wiki
> docs: rSTify the "SpellCheck" wiki
> docs: rSTify the "KeySigningParty" wiki
> docs: rSTify the "SubmitAPullRequest" wiki
> docs: rSTify the "SubmitAPatch" wiki
> docs/devel: Update the rST index file
>
> docs/devel/index.rst | 5 +
> docs/devel/key-signing-party.rst | 171 +++++++++
> docs/devel/spell-check.rst | 20 +
> docs/devel/submitting-a-patch.rst | 460 +++++++++++++++++++++++
> docs/devel/submitting-a-pull-request.rst | 79 ++++
> docs/devel/trivial-patches.rst | 51 +++
> 6 files changed, 786 insertions(+)
> create mode 100644 docs/devel/key-signing-party.rst
> create mode 100644 docs/devel/spell-check.rst
> create mode 100644 docs/devel/submitting-a-patch.rst
> create mode 100644 docs/devel/submitting-a-pull-request.rst
> create mode 100644 docs/devel/trivial-patches.rst
>
> --
> 2.31.1
>
>
--
/kashyap
next prev parent reply other threads:[~2021-10-19 9:14 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-19 9:03 [PATCH v2 0/6] rSTify contribution-related wiki pages Kashyap Chamarthy
2021-10-19 9:03 ` [PATCH v2 1/6] docs: rSTify the "TrivialPatches" wiki Kashyap Chamarthy
2021-10-19 9:18 ` Laurent Vivier
2021-10-19 11:55 ` Kashyap Chamarthy
2021-10-19 9:03 ` [PATCH v2 2/6] docs: rSTify the "SpellCheck" wiki Kashyap Chamarthy
2021-10-19 11:16 ` Philippe Mathieu-Daudé
2021-10-19 9:03 ` [PATCH v2 3/6] docs: rSTify the "KeySigningParty" wiki Kashyap Chamarthy
2021-10-19 9:03 ` [PATCH v2 4/6] docs: rSTify the "SubmitAPullRequest" wiki Kashyap Chamarthy
2021-10-19 11:13 ` Philippe Mathieu-Daudé
2021-10-19 9:03 ` [PATCH v2 5/6] docs: rSTify the "SubmitAPatch" wiki Kashyap Chamarthy
2021-10-19 9:03 ` [PATCH v2 6/6] docs/devel: Update the rST index file Kashyap Chamarthy
2021-11-01 14:57 ` Peter Maydell
2021-10-19 9:11 ` Kashyap Chamarthy [this message]
2021-11-01 14:56 ` [PATCH v2 0/6] rSTify contribution-related wiki pages Peter Maydell
2021-11-02 15:51 ` Kashyap Chamarthy
2021-11-08 15:16 ` Thomas Huth
2021-11-08 18:22 ` Kashyap Chamarthy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YW6Lp7A9reP8Uny1@paraplu \
--to=kchamart@redhat.com \
--cc=eblake@redhat.com \
--cc=jsnow@redhat.com \
--cc=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).