qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kashyap Chamarthy <kchamart@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>,
	"Kashyap Chamarthy" <kchamart@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: [PATCH v2 1/6] docs: rSTify the "TrivialPatches" wiki
Date: Tue, 19 Oct 2021 11:03:39 +0200	[thread overview]
Message-ID: <20211019090344.3054300-2-kchamart@redhat.com> (raw)
In-Reply-To: <20211019090344.3054300-1-kchamart@redhat.com>

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 trivial-patches.wiki -o trivial-patches.rst

Update the active maintainer names to reflect current reality.

[1] https://wiki.qemu.org/Contribute/TrivialPatches

Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
---
I've only retained Laurent's name as per Philip's review here:
https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg05624.html
---
 docs/devel/trivial-patches.rst | 51 ++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 docs/devel/trivial-patches.rst

diff --git a/docs/devel/trivial-patches.rst b/docs/devel/trivial-patches.rst
new file mode 100644
index 0000000000..7df0f901f5
--- /dev/null
+++ b/docs/devel/trivial-patches.rst
@@ -0,0 +1,51 @@
+Trivial Patches
+===============
+
+Overview
+--------
+
+Trivial patches that change just a few lines of code sometimes languish
+on the mailing list even though they require only a small amount of
+review. This is often the case for patches that do not fall under an
+actively maintained subsystem and therefore fall through the cracks.
+
+The trivial patches team take on the task of reviewing and building pull
+requests for patches that:
+
+- Do not fall under an actively maintained subsystem.
+- Are single patches or short series (max 2-4 patches).
+- Only touch a few lines of code.
+
+**You should hint that your patch is a candidate by CCing
+qemu-trivial@nongnu.org.**
+
+Repositories
+------------
+
+Since the trivial patch team rotates maintainership there is only one
+active repository at a time:
+
+- git://git.corpit.ru/qemu.git trivial-patches - `browse <http://git.corpit.ru/?p=qemu.git;a=shortlog;h=refs/heads/trivial-patches>`__
+- git://github.com/vivier/qemu.git trivial-patches - `browse <https://github.com/vivier/qemu/tree/trivial-patches>`__
+
+Workflow
+--------
+
+The trivial patches team rotates the duty of collecting trivial patches
+amongst its members. A team member's job is to:
+
+1. Identify trivial patches on the development mailing list.
+2. Review trivial patches, merge them into a git tree, and reply to state
+   that the patch is queued.
+3. Send pull requests to the development mailing list once a week.
+
+A single team member can be on duty as long as they like. The suggested
+time is 1 week before handing off to the next member.
+
+Team
+----
+
+If you would like to join the trivial patches team, contact Laurent
+Vivier. The current team includes:
+
+- `Laurent Vivier <mailto:laurent@vivier.eu>`__
-- 
2.31.1



  reply	other threads:[~2021-10-19  9:06 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 ` Kashyap Chamarthy [this message]
2021-10-19  9:18   ` [PATCH v2 1/6] docs: rSTify the "TrivialPatches" wiki 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 ` [PATCH v2 0/6] rSTify contribution-related wiki pages Kashyap Chamarthy
2021-11-01 14:56 ` 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=20211019090344.3054300-2-kchamart@redhat.com \
    --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).