diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-11-10 02:35:02 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2023-11-25 19:01:07 +0200 |
commit | e25003e78b13b7db5d24a1082294d9596c735fd6 (patch) | |
tree | 38363e1b9b019b27d4056bb18aa589948fde33c7 /Documentation/contributing.rst | |
parent | cfb7a260e9c3cd41718e8e53b26ac10495929e6d (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/contributing.rst')
-rw-r--r-- | Documentation/contributing.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 2f0b4921..18b1914a 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -8,6 +8,10 @@ Whether you would like to help with coding, documentation, testing, proposing new features, or just discussing the project with the community, you can join our official public communication channels, or simply check out the code. +The project adheres to a :ref:`code of conduct <code-of-conduct>` that +maintainers, contributors and community members are expected to follow in all +online and offline communication. + Mailing List ------------ @@ -134,4 +138,5 @@ By making a contribution to this project, I certify that: .. toctree:: :hidden: + Code of Conduct <code-of-conduct> Coding Style <coding-style> |