diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-12-11 14:46:10 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-12-11 14:46:10 -0700 |
commit | 40af6390837539f1e43a0223ebc99ed65e2eda82 (patch) | |
tree | 166c5545dcd6fc569b9c653d97b8b7aaa7b4691a | |
parent | 9727a0144bd99f4a189a2ededd52c53299079d8a (diff) | |
download | linux-40af6390837539f1e43a0223ebc99ed65e2eda82.tar.bz2 |
docs: Add an intro note to the maintainers handbook
...just enough to say what the purpose is and to solicit more
contributions.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/maintainer/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/maintainer/index.rst b/Documentation/maintainer/index.rst index fa84ac9cae39..2a14916930cb 100644 --- a/Documentation/maintainer/index.rst +++ b/Documentation/maintainer/index.rst @@ -2,6 +2,10 @@ Kernel Maintainer Handbook ========================== +This document is the humble beginning of a manual for kernel maintainers. +There is a lot yet to go here! Please feel free to propose (and write) +additions to this manual. + .. toctree:: :maxdepth: 2 |