docs: add blurb about target audience to maintainer-profile
authorVegard Nossum <vegard.nossum@oracle.com>
Thu, 11 Jan 2024 09:48:38 +0000 (10:48 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 30 Jan 2024 20:16:46 +0000 (13:16 -0700)
It's good to be clear about who the intended target audience for any
given piece of documentation is, as this will help us put new text in
the correct place. Let's encourage submitters to state it explicitly
rather than relying on where they placed it in the directory hierarchy
as there isn't necessarily a one-to-one correspondence between them.

Target audience: documentation contributors and reviewers.

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240111094838.3695697-1-vegard.nossum@oracle.com
Documentation/doc-guide/maintainer-profile.rst

index 755d39f0d407537b92bf7b243fdec1a2569da441..db3636d0d71d6ab976eb16f543667fa2281e60cd 100644 (file)
@@ -27,6 +27,13 @@ documentation and ensure that no new errors or warnings have been
 introduced.  Generating HTML documents and looking at the result will help
 to avoid unsightly misunderstandings about how things will be rendered.
 
+All new documentation (including additions to existing documents) should
+ideally justify who the intended target audience is somewhere in the
+changelog; this way, we ensure that the documentation ends up in the correct
+place.  Some possible categories are: kernel developers (experts or
+beginners), userspace programmers, end users and/or system administrators,
+and distributors.
+
 Key cycle dates
 ---------------