diff mbox series

[kvmtool] README: Add maintainers section

Message ID 20190628112619.20426-1-will@kernel.org (mailing list archive)
State New, archived
Headers show
Series [kvmtool] README: Add maintainers section | expand

Commit Message

Will Deacon June 28, 2019, 11:26 a.m. UTC
Julien has kindly offered to help maintain kvmtool, but it occurred to
me that we don't actually provide any maintainer contact details in the
repository as it stands.

Add a brief "Maintainers" section to the README, immediately after the
"Contributing" section so that people know who to nag about merging and
reviewing patches.

Cc: Julien Thierry <julien.thierry@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
---
 README | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Marc Zyngier June 28, 2019, 12:04 p.m. UTC | #1
On 28/06/2019 12:26, Will Deacon wrote:
> Julien has kindly offered to help maintain kvmtool, but it occurred to
> me that we don't actually provide any maintainer contact details in the
> repository as it stands.
> 
> Add a brief "Maintainers" section to the README, immediately after the
> "Contributing" section so that people know who to nag about merging and
> reviewing patches.
> 
> Cc: Julien Thierry <julien.thierry@arm.com>
> Signed-off-by: Will Deacon <will@kernel.org>
> ---
>  README | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/README b/README
> index 52124b87a5e2..591f84f3f489 100644
> --- a/README
> +++ b/README
> @@ -111,3 +111,9 @@ added automatically by issuing the command
>   git config format.subjectprefix "PATCH kvmtool"
>  
>  in the git repository.
> +
> +Maintainers
> +-----------
> +
> +kvmtool is maintained by Will Deacon <will@kernel.org> and Julien Thierry
> +<julien.thierry@arm.com>.
> 

Acked-by: Marc Zyngier <marc.zyngier@arm.com>

	M.
Julien Thierry July 3, 2019, 7:23 a.m. UTC | #2
Hi Will,

On 28/06/2019 12:26, Will Deacon wrote:
> Julien has kindly offered to help maintain kvmtool, but it occurred to
> me that we don't actually provide any maintainer contact details in the
> repository as it stands.
> 
> Add a brief "Maintainers" section to the README, immediately after the
> "Contributing" section so that people know who to nag about merging and
> reviewing patches.
> 
> Cc: Julien Thierry <julien.thierry@arm.com>
> Signed-off-by: Will Deacon <will@kernel.org>
> ---
>  README | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/README b/README
> index 52124b87a5e2..591f84f3f489 100644
> --- a/README
> +++ b/README
> @@ -111,3 +111,9 @@ added automatically by issuing the command
>   git config format.subjectprefix "PATCH kvmtool"
>  
>  in the git repository.
> +
> +Maintainers
> +-----------
> +
> +kvmtool is maintained by Will Deacon <will@kernel.org> and Julien Thierry
> +<julien.thierry@arm.com>.

Thanks for addition.

Acked-by: Julien Thierry <julien.thierry@arm.com>
diff mbox series

Patch

diff --git a/README b/README
index 52124b87a5e2..591f84f3f489 100644
--- a/README
+++ b/README
@@ -111,3 +111,9 @@  added automatically by issuing the command
  git config format.subjectprefix "PATCH kvmtool"
 
 in the git repository.
+
+Maintainers
+-----------
+
+kvmtool is maintained by Will Deacon <will@kernel.org> and Julien Thierry
+<julien.thierry@arm.com>.