[PATCH] MAINTAINERS: Add entry for DOCUMENTATION/JAPANESE

Akira Yokosawa posted 1 patch 4 years, 1 month ago
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH] MAINTAINERS: Add entry for DOCUMENTATION/JAPANESE
Posted by Akira Yokosawa 4 years, 1 month ago
Due to the lack of an entry for the Japanese translation of
documentation, Kosuke Fujimoto needed to ask the status of
its maintenance [1].

Add an entry for DOCUMENTATION/JAPANESE as a sub-subsystem
under the DOCUMENTATION subsystem to make it easier for
another prospective contributor to know there is someone
who takes care of Japanese translation.

As a first step, install myself as a designated reviewer.
Hopefully, other interested members get accustomed to the
kernel-dev workflow and would get ready to be
(co-)maintainers/reviewers shortly.

[1]: https://lore.kernel.org/r/172fa015-26df-c978-853d-3aba67c581cc@gmail.com/

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Jonathan Corbet  <corbet@lwn.net>
Cc: Tsugikazu Shibata <shibata@linuxfoundation.org>
Cc: Kosuke Fujimoto <fujimotokosuke0@gmail.com>
---
Hi Jon,

So this took a little longer than I had originally expected.
Shibata-san says he is not confident enough to be in MAINTAINERS
at the moment, as he has just woken up from several-year
"hibernation"

I'm installing myself in the "R:" field.
I don't think being in "M:" or "R:" matters much in practice,
but I think I'd be better suited as a reviewer.

If there exists such a rule that every entry in MAINTAINERS is
required to have at least one member listed in the "M:" field,
I'm OK with filling the role.  Thoughts?

        Thanks, Akira
--
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fd768d43e048..c31ba28a6b58 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5987,6 +5987,12 @@ L:	linux-doc@vger.kernel.org
 S:	Maintained
 F:	Documentation/translations/it_IT
 
+DOCUMENTATION/JAPANESE
+R:	Akira Yokosawa <akiyks@gmail.com>
+L:	linux-doc@vger.kernel.org
+S:	Maintained
+F:	Documentation/translations/ja_JP
+
 DONGWOON DW9714 LENS VOICE COIL DRIVER
 M:	Sakari Ailus <sakari.ailus@linux.intel.com>
 L:	linux-media@vger.kernel.org

base-commit: a477b94d657875c81775b7e5147fd2671ff25ce0
-- 
2.25.1
Re: [PATCH] MAINTAINERS: Add entry for DOCUMENTATION/JAPANESE
Posted by Jonathan Corbet 4 years, 1 month ago
Akira Yokosawa <akiyks@gmail.com> writes:

> Due to the lack of an entry for the Japanese translation of
> documentation, Kosuke Fujimoto needed to ask the status of
> its maintenance [1].
>
> Add an entry for DOCUMENTATION/JAPANESE as a sub-subsystem
> under the DOCUMENTATION subsystem to make it easier for
> another prospective contributor to know there is someone
> who takes care of Japanese translation.
>
> As a first step, install myself as a designated reviewer.
> Hopefully, other interested members get accustomed to the
> kernel-dev workflow and would get ready to be
> (co-)maintainers/reviewers shortly.
>
I've applied this, thanks.

> If there exists such a rule that every entry in MAINTAINERS is
> required to have at least one member listed in the "M:" field,
> I'm OK with filling the role.  Thoughts?

No, reviewer-only entries are fine.

Thanks,

jon