From 3a99ac9d62b40d33e71ea95c7a5e30cbb1d551f4 Mon Sep 17 00:00:00 2001 From: Ciara Power Date: Tue, 13 Feb 2018 09:08:32 +0000 Subject: [PATCH] doc: add maintainers section to the contributors guide Add a maintainers section to the contributors guide to have a low tech location to check/link to the current maintainers. This file is included dynamically from the MAINTAINERS file in the root directory of the DPDK source when the docs are built. This also allows us to link to the file from other sections of the docs. Signed-off-by: Ciara Power Acked-by: John McNamara --- doc/guides/contributing/patches.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 3c2f310ec2..2287835f91 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -551,3 +551,12 @@ patch accepted. The general cycle for patch review and acceptance is: than rework of the original. * Trivial patches may be merged sooner than described above at the tree committer's discretion. + +DPDK Maintainers +---------------- + +The following are the DPDK maintainers as listed in the ``MAINTAINERS`` file +in the DPDK root directory. + +.. literalinclude:: ../../../MAINTAINERS + :lines: 3- -- 2.20.1