summaryrefslogtreecommitdiff
path: root/Documentation/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2023-11-10 02:35:02 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2023-11-25 19:01:07 +0200
commite25003e78b13b7db5d24a1082294d9596c735fd6 (patch)
tree38363e1b9b019b27d4056bb18aa589948fde33c7 /Documentation/meson.build
parentcfb7a260e9c3cd41718e8e53b26ac10495929e6d (diff)
Documentation: contributing: Integrate the code of conduct
Now that libcamera has an official code of conduct, mention it in the 'contributing' document with a clear indication that all community members are expected to follow the code of conduct. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r--Documentation/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build
index 7c150259..3eb2897e 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -64,6 +64,7 @@ endif
if sphinx.found()
docs_sources = [
'camera-sensor-model.rst',
+ 'code-of-conduct.rst',
'coding-style.rst',
'conf.py',
'contributing.rst',