From patchwork Thu Sep 18 10:24:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 70488 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5EFD9CAC5AA for ; Thu, 18 Sep 2025 10:25:02 +0000 (UTC) Received: from smtp-42a8.mail.infomaniak.ch (smtp-42a8.mail.infomaniak.ch [84.16.66.168]) by mx.groups.io with SMTP id smtpd.web10.10436.1758191092918351805 for ; Thu, 18 Sep 2025 03:24:53 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: 0leil.net, ip: 84.16.66.168, mailfrom: foss+yocto@0leil.net) Received: from smtp-3-0001.mail.infomaniak.ch (unknown [IPv6:2001:1600:4:17::246c]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4cSBb73f9gzLYC; Thu, 18 Sep 2025 12:24:51 +0200 (CEST) Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4cSBb70sSyzK8n; Thu, 18 Sep 2025 12:24:51 +0200 (CEST) From: Quentin Schulz Date: Thu, 18 Sep 2025 12:24:42 +0200 Subject: [PATCH 4/7] contributor-guide: submit-changes: make the Cc tag follow kernel guidelines MIME-Version: 1.0 Message-Id: <20250918-submit-patches-v1-4-28abd2919df0@cherry.de> References: <20250918-submit-patches-v1-0-28abd2919df0@cherry.de> In-Reply-To: <20250918-submit-patches-v1-0-28abd2919df0@cherry.de> To: docs@lists.yoctoproject.org Cc: Barne Carstensen , Quentin Schulz X-Mailer: b4 0.14.2 X-Infomaniak-Routing: alpha List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 18 Sep 2025 10:25:02 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/7547 From: Quentin Schulz The kernel docs specifies[1] a Cc: tag and not CC: tag, so let's align with that. [1] https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by Signed-off-by: Quentin Schulz --- documentation/contributor-guide/submit-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 2c450625c6d6009802c814db9d523a0343ee6e73..1de4b6c0ed838d1c4c225df06763f672ff7c27f1 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -223,7 +223,7 @@ to add the upgraded version. or are submitting an unmodified patch again as part of a new iteration of your patch series. - - ``CC``: name and email of people you want to send a copy + - ``Cc``: name and email of people you want to send a copy of your changes to. This field will be used by ``git send-email``. See `more guidance about using such tags