diff --git a/doc/contribute/index.rst b/doc/contribute/index.rst index 0d98fe156f3..83863a13fc2 100644 --- a/doc/contribute/index.rst +++ b/doc/contribute/index.rst @@ -249,6 +249,13 @@ The `builds@lists.zephyrproject.org mailing list `_ archives the CI (shippable) nightly build results. +Coding Guidelines +***************** + +Beyond the :ref:`coding_style` that Zephyr enforces for all code that is +submitted for inclusion, the project targets compliance with a series of +coding guidelines. Refer to the :ref:`coding_guidelines` section of the +documentation for additional details. .. _Contribution Tools: @@ -337,6 +344,8 @@ On Linux systems, you can install uncrustify with For Windows installation instructions see the `sourceforge listing for uncrustify `_. +.. _coding_style: + Coding Style ************