summaryrefslogtreecommitdiff
path: root/Documentation/contributing.rst
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-17 02:51:02 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-23 17:41:09 +0300
commitf353777fb853230a1ea620658c600e005525e46c (patch)
treeed2b3c2472d29ac8f60bbb9e003640ee16267f29 /Documentation/contributing.rst
parentca260d2f5337536e30d1b2501434bd2a93a3e72e (diff)
Documentation: Move coding style under contributing
The coding style isn't so important that it has to be displayed on the top contents bar. Move it to the contributing section. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/contributing.rst')
-rw-r--r--Documentation/contributing.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst
index 087f188e..390b96a5 100644
--- a/Documentation/contributing.rst
+++ b/Documentation/contributing.rst
@@ -53,6 +53,12 @@ Sphinx integration with Doxygen is planned, likely using `Breathe`_ and
Submitting Patches
------------------
+The libcamera project has high standards of stability, efficiency and
+reliability. To achieve those, the project goes to great length to produce
+code that is as easy to read, understand and maintain as possible. This is
+made possible by a set of :ref:`coding-style-guidelines` that all submissions
+are expected to follow.
+
Patches submitted to the libcamera project must be certified as suitable for
integration into an open source project. As such libcamera follows the same
model as utilised by the Linux kernel, and requires the use of 'Signed-off-by:'
@@ -62,3 +68,8 @@ By signing your contributions you are certifying your work in accordance with
the `Developer's Certificate of Origin`_
.. _Developer's Certificate of Origin: https://developercertificate.org/
+
+.. toctree::
+ :hidden:
+
+ Coding Style <coding-style>