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>
This commit is contained in:
parent
cfb7a260e9
commit
e25003e78b
3 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
.. SPDX-License-Identifier: CC-BY-4.0
|
.. SPDX-License-Identifier: CC-BY-4.0
|
||||||
|
|
||||||
|
.. _code-of-conduct:
|
||||||
|
|
||||||
Contributor Covenant Code of Conduct
|
Contributor Covenant Code of Conduct
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
|
|
|
@ -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
|
new features, or just discussing the project with the community, you can join
|
||||||
our official public communication channels, or simply check out the code.
|
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
|
Mailing List
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -134,4 +138,5 @@ By making a contribution to this project, I certify that:
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
|
Code of Conduct <code-of-conduct>
|
||||||
Coding Style <coding-style>
|
Coding Style <coding-style>
|
||||||
|
|
|
@ -64,6 +64,7 @@ endif
|
||||||
if sphinx.found()
|
if sphinx.found()
|
||||||
docs_sources = [
|
docs_sources = [
|
||||||
'camera-sensor-model.rst',
|
'camera-sensor-model.rst',
|
||||||
|
'code-of-conduct.rst',
|
||||||
'coding-style.rst',
|
'coding-style.rst',
|
||||||
'conf.py',
|
'conf.py',
|
||||||
'contributing.rst',
|
'contributing.rst',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue