doc: contribution: Add link to the coding guidelines

Add a small section that describes the existance of the coding
guidelines page and links to it, in order to raise awareness of the
effort towards complying with those.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-07-10 17:32:18 +02:00 committed by Carles Cufí
commit b62a3692d7

View file

@ -249,6 +249,13 @@ The `builds@lists.zephyrproject.org mailing list
<https://lists.zephyrproject.org/g/builds>`_
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 <https://sourceforge.net/projects/uncrustify>`_.
.. _coding_style:
Coding Style
************