From: Markus Armbruster <armbru@redhat.com>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel@nongnu.org, pbonzini@redhat.com, stefanha@redhat.com,
peter.maydell@linaro.org, agraf@csgraf.de
Subject: Re: [RFC PATCH 0/4] docs/devel suggestions for discussion
Date: Fri, 14 Oct 2022 13:35:26 +0200 [thread overview]
Message-ID: <87wn92r62p.fsf@pond.sub.org> (raw)
In-Reply-To: <b3d01cdd-9893-ee76-0d3c-fd11ea6e3f7c@ilande.co.uk> (Mark Cave-Ayland's message of "Fri, 14 Oct 2022 10:46:29 +0100")
Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> writes:
> On 12/10/2022 13:11, Alex Bennée wrote:
>
>> Hi,
>> This is an attempt to improve our processes documentation by:
>> - adding an explicit section on maintainers
>> - reducing the up-front verbiage in patch submission
>> - emphasising the importance to respectful reviews
>> I'm sure the language could be improved further so I humbly submit
>> this RFC for discussion.
>> Alex Bennée (4):
>> docs/devel: add a maintainers section to development process
>> docs/devel: make language a little less code centric
>> docs/devel: simplify the minimal checklist
>> docs/devel: try and improve the language around patch review
>> docs/devel/code-of-conduct.rst | 2 +
>> docs/devel/index-process.rst | 1 +
>> docs/devel/maintainers.rst | 84 +++++++++++++++++++
>> docs/devel/submitting-a-patch.rst | 101 +++++++++++++++--------
>> docs/devel/submitting-a-pull-request.rst | 12 +--
>> roms/qboot | 2 +-
>> 6 files changed, 157 insertions(+), 45 deletions(-)
>> create mode 100644 docs/devel/maintainers.rst
>
> Hi Alex,
>
> I've replied with a couple of things I noticed, but in general I think this is a really nice improvement.
>
> If you're looking at documenting some of the maintainer processes better, there are a few other things I have been thinking about that it may be worth discussing:
>
>
> i) Requiring an R-B tag for all patches before merge
>
> - Is this something we should insist on and document?
>
> ii) Unresponsive maintainers
>
> - Should we have a process for this? When Blue Swirl (the previous SPARC maintainer) disappeared abruptly, I think it took nearly 3 months to get my first patches merged
> since no-one knew if they were still active. If a maintainer has been unresponsive for e.g. 2 months should that then allow a process where other maintainers can merge
> patches on their behalf and/or start a process of maintainer transition?
>
> iii) Differences(?) between maintainers
>
> - There have been a few instances where I have been delayed in finding time for patch review, and in the meantime someone has stepped up to review the patch and given it
> an R-B tag which is great. However I have then reviewed the patch and noticed something amiss, and so it needs a bit more work before being merged. I think in
> these cases the review of the maintainer of the code in question should take priority over other maintainer reviews: do we need to explicitly document this? I can
> certainly see how this can be confusing to newcomers having an R-B tag as a pre-requisite for merge coming from one person, and then a NACK from someone else later.
The opposite also happens: I review in my role as a maintainer, and give
my R-by, then somebody else has questions or objections. These need to
be addressed. My R-by as maintainer does not change that at all.
Maintainers' reviews are not special. Issues raised in review need to
be addressed regardless of who raised them. Maintainers' "specialness"
kicks in at the point where they make judgement calls, such as "this is
good enough, we can address the remaining issues on top".
If multiple maintainers are responsible and disagree, they need to
hammer out some kind of consensus.
next prev parent reply other threads:[~2022-10-14 11:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-12 12:11 [RFC PATCH 0/4] docs/devel suggestions for discussion Alex Bennée
2022-10-12 12:11 ` [RFC PATCH 1/4] docs/devel: add a maintainers section to development process Alex Bennée
2022-10-12 14:59 ` Stefan Hajnoczi
2022-10-13 8:39 ` Markus Armbruster
2022-10-14 9:26 ` Mark Cave-Ayland
2022-10-14 11:23 ` Markus Armbruster
2022-10-14 13:24 ` Alex Bennée
2022-10-20 10:51 ` Peter Maydell
2022-10-12 12:11 ` [RFC PATCH 2/4] docs/devel: make language a little less code centric Alex Bennée
2022-10-12 15:53 ` Paolo Bonzini
2022-10-12 12:11 ` [RFC PATCH 3/4] docs/devel: simplify the minimal checklist Alex Bennée
2022-10-12 12:14 ` Daniel P. Berrangé
2022-10-12 15:02 ` Stefan Hajnoczi
2022-10-14 9:31 ` Mark Cave-Ayland
2022-10-12 12:11 ` [RFC PATCH 4/4] docs/devel: try and improve the language around patch review Alex Bennée
2022-10-13 8:40 ` Markus Armbruster
2022-10-12 15:02 ` [RFC PATCH 0/4] docs/devel suggestions for discussion Stefan Hajnoczi
2022-10-12 15:56 ` Paolo Bonzini
2022-10-14 9:46 ` Mark Cave-Ayland
2022-10-14 11:35 ` Markus Armbruster [this message]
2022-10-14 13:31 ` Alex Bennée
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=87wn92r62p.fsf@pond.sub.org \
--to=armbru@redhat.com \
--cc=agraf@csgraf.de \
--cc=alex.bennee@linaro.org \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.