From patchwork Fri Nov 10 14:23:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19205 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id BDA8AC3285 for ; Fri, 10 Nov 2023 14:23:16 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 785F1629C0; Fri, 10 Nov 2023 15:23:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1699626196; bh=FrWlATs7l40n+7dvF2JYxhizkvQpsUSzy3HqfMgzr6Y=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=x7Red5DPHm2nuPATh0TvnKHCg+slG9sStrgcd3aJtG5UJRM/sgtCBssjizpdErMkJ +imRajFU7+o2VOOsMOH5ZMnw+e3MLYRUC1bKqJ3hm5Tzf2+v9PQLZACFFLKmyxO//a f6W1jza2NRyvp1bP51n8wRNVwUdO6qmrm92IJGTlCMUhfa3d7+pg49R4jcqjfIj7yk ffVQjldKJISk3MNK8hBg1LnmY8wwQV7P90UvSs22v1Po3/av9lTlQIQusmcZZva9TO W2cs9L5MoONXHCmjP0WIsswR3IzvHemLdfKOpLb41U5R4OgprpmGW25gO6ItoVYMeg P+yud4v/DsmwA== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BAA35629C3 for ; Fri, 10 Nov 2023 15:23:13 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="QQA8PyRB"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9F2E8836; Fri, 10 Nov 2023 15:22:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1699626170; bh=FrWlATs7l40n+7dvF2JYxhizkvQpsUSzy3HqfMgzr6Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QQA8PyRBxADn//aWQpCALA5nALNhAp0myo0Xk+2qkcFQhH9oABppQK5mc//m8mPwL us7odhfxqBkkPJIu3jLLs1vEoln1uAWPqAgiO8dr0lANlEjTZI8ZsNdxeJ9b5Rd4l0 9W8h1VERD5j6yNixqbfIjzbZ9YwdZWkWTvO+jZK0= To: libcamera-devel@lists.libcamera.org Date: Fri, 10 Nov 2023 16:23:11 +0200 Message-ID: <20231110142311.3818-6-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231110142311.3818-1-laurent.pinchart@ideasonboard.com> References: <20231110142311.3818-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1 5/5] Documentation: contributing: Integrate the code of conduct X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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 Reviewed-by: Kieran Bingham --- Documentation/code-of-conduct.rst | 2 ++ Documentation/contributing.rst | 5 +++++ Documentation/meson.build | 1 + 3 files changed, 8 insertions(+) diff --git a/Documentation/code-of-conduct.rst b/Documentation/code-of-conduct.rst index cdf7dd2c88fb..38b7d7ad679f 100644 --- a/Documentation/code-of-conduct.rst +++ b/Documentation/code-of-conduct.rst @@ -1,5 +1,7 @@ .. SPDX-License-Identifier: CC-BY-4.0 +.. _code-of-conduct: + Contributor Covenant Code of Conduct ==================================== diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 2f0b4921f7e6..32d7d0ef319a 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 ` that +maintainers, contributors and in general 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 Coding Style diff --git a/Documentation/meson.build b/Documentation/meson.build index 7c1502592baa..3eb2897e6b2b 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',