qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH] MAINTAINERS: add a section for policy documents
@ 2023-03-24 17:38 Alex Bennée
  2023-03-27  9:16 ` Daniel P. Berrangé
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Bennée @ 2023-03-24 17:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Thomas Huth, Daniel P . Berrangé,
	Markus Armbruster, Kashyap Chamarthy, Paolo Bonzini,
	Peter Maydell, Philippe Mathieu-Daudé,
	Bernhard Beschow

We don't update these often but if your the sort of person who enjoys
debating and tuning project policies you could now add yourself as a
reviewer here so you don't miss the next debate over tabs vs spaces
;-)

Who's with me?

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Thomas Huth <thuth@redhat.com>
Cc: Daniel P. Berrangé <berrange@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Kashyap Chamarthy <kchamart@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Bernhard Beschow <shentey@gmail.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9b56ccdd92..992deb2667 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -64,6 +64,16 @@ L: qemu-devel@nongnu.org
 F: *
 F: */
 
+Project policy and developer guides
+R: Alex Bennée <alex.bennee@linaro.org>
+W: https://www.qemu.org/docs/master/devel/index.html
+S: Odd Fixes
+F: docs/devel/style.rst
+F: docs/devel/code-of-conduct.rst
+F: docs/devel/conflict-resolution.rst
+F: docs/devel/submitting-a-patch.rst
+F: docs/devel/submitting-a-pull-request.rst
+
 Responsible Disclosure, Reporting Security Issues
 -------------------------------------------------
 W: https://wiki.qemu.org/SecurityProcess
-- 
2.39.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add a section for policy documents
  2023-03-24 17:38 [RFC PATCH] MAINTAINERS: add a section for policy documents Alex Bennée
@ 2023-03-27  9:16 ` Daniel P. Berrangé
  2023-03-27  9:29   ` Thomas Huth
  2023-03-27 10:22   ` Markus Armbruster
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel P. Berrangé @ 2023-03-27  9:16 UTC (permalink / raw)
  To: Alex Bennée
  Cc: qemu-devel, Thomas Huth, Markus Armbruster, Kashyap Chamarthy,
	Paolo Bonzini, Peter Maydell, Philippe Mathieu-Daudé,
	Bernhard Beschow

On Fri, Mar 24, 2023 at 05:38:36PM +0000, Alex Bennée wrote:
> We don't update these often but if your the sort of person who enjoys

s/your/you are/

> debating and tuning project policies you could now add yourself as a
> reviewer here so you don't miss the next debate over tabs vs spaces
> ;-)
> 
> Who's with me?

Sure, you can add me.

> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Daniel P. Berrangé <berrange@redhat.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Cc: Kashyap Chamarthy <kchamart@redhat.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
> Cc: Bernhard Beschow <shentey@gmail.com>
> ---
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9b56ccdd92..992deb2667 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -64,6 +64,16 @@ L: qemu-devel@nongnu.org
>  F: *
>  F: */
>  
> +Project policy and developer guides
> +R: Alex Bennée <alex.bennee@linaro.org>
> +W: https://www.qemu.org/docs/master/devel/index.html
> +S: Odd Fixes
> +F: docs/devel/style.rst
> +F: docs/devel/code-of-conduct.rst
> +F: docs/devel/conflict-resolution.rst
> +F: docs/devel/submitting-a-patch.rst
> +F: docs/devel/submitting-a-pull-request.rst
> +
>  Responsible Disclosure, Reporting Security Issues
>  -------------------------------------------------
>  W: https://wiki.qemu.org/SecurityProcess
> -- 
> 2.39.2
> 

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add a section for policy documents
  2023-03-27  9:16 ` Daniel P. Berrangé
@ 2023-03-27  9:29   ` Thomas Huth
  2023-03-27 10:22   ` Markus Armbruster
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2023-03-27  9:29 UTC (permalink / raw)
  To: Daniel P. Berrangé, Alex Bennée
  Cc: qemu-devel, Markus Armbruster, Kashyap Chamarthy, Paolo Bonzini,
	Peter Maydell, Philippe Mathieu-Daudé,
	Bernhard Beschow

On 27/03/2023 11.16, Daniel P. Berrangé wrote:
> On Fri, Mar 24, 2023 at 05:38:36PM +0000, Alex Bennée wrote:
>> We don't update these often but if your the sort of person who enjoys
> 
> s/your/you are/
> 
>> debating and tuning project policies you could now add yourself as a
>> reviewer here so you don't miss the next debate over tabs vs spaces
>> ;-)
>>
>> Who's with me?
> 
> Sure, you can add me.

Me too, please!

  Thomas



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC PATCH] MAINTAINERS: add a section for policy documents
  2023-03-27  9:16 ` Daniel P. Berrangé
  2023-03-27  9:29   ` Thomas Huth
@ 2023-03-27 10:22   ` Markus Armbruster
  1 sibling, 0 replies; 4+ messages in thread
From: Markus Armbruster @ 2023-03-27 10:22 UTC (permalink / raw)
  To: Daniel P. Berrangé
  Cc: Alex Bennée, qemu-devel, Thomas Huth, Kashyap Chamarthy,
	Paolo Bonzini, Peter Maydell, Philippe Mathieu-Daudé,
	Bernhard Beschow

Daniel P. Berrangé <berrange@redhat.com> writes:

> On Fri, Mar 24, 2023 at 05:38:36PM +0000, Alex Bennée wrote:
>> We don't update these often but if your the sort of person who enjoys
>
> s/your/you are/
>
>> debating and tuning project policies you could now add yourself as a
>> reviewer here so you don't miss the next debate over tabs vs spaces
>> ;-)
>> 
>> Who's with me?
>
> Sure, you can add me.

Me too.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-27 10:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 17:38 [RFC PATCH] MAINTAINERS: add a section for policy documents Alex Bennée
2023-03-27  9:16 ` Daniel P. Berrangé
2023-03-27  9:29   ` Thomas Huth
2023-03-27 10:22   ` Markus Armbruster

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).