From patchwork Fri Nov 10 14:23:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19202 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 D4C05C3284 for ; Fri, 10 Nov 2023 14:23:12 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 84764629C0; Fri, 10 Nov 2023 15:23:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1699626192; bh=5zG/J7oBApgWdbqTpdQNK9R3triYfy1GFEzgEMFPotU=; 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=V73mGu1h2XX3tMj5QaHMvrUnfvylLco4L+N+hYTZgXIcbWcI3bAWKiEvZs/YochiD ubiq5d6PupDLwCr0LKmDkqgZJwr9GHMxb9TDmVk+B7FiFrih0FBWgoOvDYEhxhj/Vm Z2/KFz0hMQDXHx8LQ4l5w0+x/yP6edTJy+eUvCFkw2g6x6vhbor3OICx8Idmcxx/CY tWUynfEBeSQC+L4U9iHSMg57Lni4Wgo3L0oUV/fm98S2sK35T1bpqIU4YatcENg0ku VXtLdXb0LBB4z4nLRY0AyFg3jJcRZLfm7z3qzKkCeeaDD0SDskdVHKvA+czQdPwcmF poJZcYZqXnDOQ== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D7BB2629AB for ; Fri, 10 Nov 2023 15:23:08 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="sq92/K0u"; 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 C99FE49E; Fri, 10 Nov 2023 15:22:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1699626166; bh=5zG/J7oBApgWdbqTpdQNK9R3triYfy1GFEzgEMFPotU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sq92/K0u4kEEW0dkZt2YttXbTJMmRLFU83gNXN3VSEQ/abRU6NN3WRAEy0nLuPxIN FaU/KW/rvU8Ai5uub6Z/ubuKDJblJmKjfy0hcUuDCLtioWDmiKPkQl72NfVakde9SG 8S00IkyuozSpEknCo1n/BuMhEd1ORrDjM+7sc3Qo= To: libcamera-devel@lists.libcamera.org Date: Fri, 10 Nov 2023 16:23:08 +0200 Message-ID: <20231110142311.3818-3-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 2/5] Documentation: code-of-conduct: Convert to reStructuredText 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" All documentation in libcamera is in reStructuredText format. Convert the code of conduct from Markdown. No change in the contents is intended. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- ...code_of_conduct.md => code-of-conduct.rst} | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) rename Documentation/{code_of_conduct.md => code-of-conduct.rst} (89%) diff --git a/Documentation/code_of_conduct.md b/Documentation/code-of-conduct.rst similarity index 89% rename from Documentation/code_of_conduct.md rename to Documentation/code-of-conduct.rst index fcf453902224..b7aa9b3879e3 100644 --- a/Documentation/code_of_conduct.md +++ b/Documentation/code-of-conduct.rst @@ -1,7 +1,9 @@ -# Contributor Covenant Code of Conduct +Contributor Covenant Code of Conduct +==================================== -## Our Pledge +Our Pledge +---------- In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and @@ -10,7 +12,8 @@ size, disability, ethnicity, sex characteristics, gender identity and expression level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. -## Our Standards +Our Standards +------------- Examples of behavior that contributes to creating a positive environment include: @@ -32,7 +35,8 @@ Examples of unacceptable behavior by participants include: * Other conduct which could reasonably be considered inappropriate in a professional setting -## Our Responsibilities +Our Responsibilities +-------------------- Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in @@ -44,7 +48,8 @@ that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. -## Scope +Scope +----- This Code of Conduct applies within all project spaces, and it also applies when an individual is representing the project or its community in public spaces. @@ -53,7 +58,8 @@ project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. -## Enforcement +Enforcement +----------- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [INSERT EMAIL ADDRESS]. All @@ -66,12 +72,13 @@ Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. -## Attribution +Attribution +----------- -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +This Code of Conduct is adapted from the `Contributor Covenant`_, version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html -[homepage]: https://www.contributor-covenant.org +.. _Contributor Covenant: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq