From 1ada829ca3d9a715413403e9ebc5a50717eff95d Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Fri, 6 Mar 2020 10:36:35 +0100 Subject: [PATCH] doc: contribute: link project roles documentation to index Add a link and a note about the Project Roles' documentation in contribute/index.rst. Signed-off-by: Ioannis Glaropoulos --- doc/contribute/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/contribute/index.rst b/doc/contribute/index.rst index 256c58ac5bc..6f705c70ff8 100644 --- a/doc/contribute/index.rst +++ b/doc/contribute/index.rst @@ -766,6 +766,11 @@ Code component README template Contribution Roles and Responsibilities *************************************** +.. toctree:: + :maxdepth: 1 + + project_roles.rst + The Zephyr project defines a development process workflow using GitHub **Issues** to track feature, enhancement, and bug reports together with GitHub **Pull Requests** (PRs) for submitting and reviewing changes. Zephyr @@ -780,3 +785,6 @@ submissions and for followup questions and clarifications. Read about the project's :ref:`development processes and tools ` and specifics about :ref:`review timelines ` to learn about the project's goals and guidelines for our active developer community. + +:ref:`project_roles` describes in detail the Zephyr project roles and associated permissions +with respect to the development process workflow.