From patchwork Tue Jun 30 19:01:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honnappa Nagarahalli X-Patchwork-Id: 192098 Delivered-To: patch@linaro.org Received: by 2002:a92:d244:0:0:0:0:0 with SMTP id v4csp4118650ilg; Tue, 30 Jun 2020 12:09:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxhQ2/ge/0LTxDxdXYwvY3lQxdl08wkMIqjZvpzx3PXz9ddxH35XvN5k3Q/vhj4lzYOwT6r X-Received: by 2002:a1c:2906:: with SMTP id p6mr22145861wmp.68.1593543713980; Tue, 30 Jun 2020 12:01:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593543713; cv=none; d=google.com; s=arc-20160816; b=qgZ2Bw5o3FoOc141JZjEUpAjn7+BmJuzDWmAiNmrv/OP9Z0Av089uKeqI0RujbfTxC 27LsNTZ9OxW1rqq9UvNMmfcOuiVxUkRbStYrgGUPNU9TdGrphhtrnDWeFpXorgu1C9cR 6glVAfQpT0eXoDVHxD7jqGiProx/ejNtRoWXitadVsm6uvnTli4gdvwNouLPE+eR/QyJ vV+PVMEPe/uDw3/bEyusggwFh0piPAB7aagu2GXdLQflqvew7u6Er8393qYT6kTMv+a0 KQptyJ1XW6cBWM4aA2OHkgCrIFksO+v2FqC27wQ7N4itHW+kOR4GpfDqoozpZVWlJWJQ 789w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:message-id:date:cc:to :from; bh=NbGvJdtOBC+SZMl3+/2vJI1ODwEY+90ZVm/kcHll/qI=; b=TIiK0pvrq5rEkZJHdGuRGKJBbKsen35aBbeueVRoMdj5RZg+uDnppTefsgLOKtb8/i k7VpXMU+swlcR7Kbvt1cD2nyH7u7I/AuvLwB/Ay4hCgMU+vXRo4K8MHf6jSxWc8baGF9 J4eabpsO4WFb+Rd9u0d+wk3m3SMqdzGR/TJLSnMmdcTQKbVaLx99s+gltYBFsjFRToN1 zgsZwMCQeIn1ID7flF/kdNXMZjpfEnce6Yp+2lb278gZ6xfz4vbtmpARXzo2GRMNBbgx vVTWICZB2h+IIbvUlx0SKILYuo5ba0hF30Z89L4BDzUjCi51BMOuifxitTkjcikCQRKg e6WQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id p6si3260130wrn.42.2020.06.30.12.01.53; Tue, 30 Jun 2020 12:01:53 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 706C31BEAC; Tue, 30 Jun 2020 21:01:52 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id D95B71BEA9 for ; Tue, 30 Jun 2020 21:01:50 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2FA1C31B; Tue, 30 Jun 2020 12:01:50 -0700 (PDT) Received: from qc2400f-1.austin.arm.com (qc2400f-1.austin.arm.com [10.118.12.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1F5733F68F; Tue, 30 Jun 2020 12:01:50 -0700 (PDT) From: Honnappa Nagarahalli To: dev@dpdk.org, honnappa.nagarahalli@arm.com, thomas@monjalon.net Cc: nd@arm.com Date: Tue, 30 Jun 2020 14:01:40 -0500 Message-Id: <20200630190140.29349-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: clarify adding author to commit message X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Clarify to add the author in CC while contributing patches to stable. Signed-off-by: Honnappa Nagarahalli --- doc/guides/contributing/patches.rst | 1 + doc/guides/contributing/stable.rst | 1 + 2 files changed, 2 insertions(+) -- 2.17.1 diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 16b40225f..282c1fec3 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -329,6 +329,7 @@ In the commit message body the Cc: stable@dpdk.org should be inserted as follows Update the docs, fixing description of some parameter. Fixes: abcdefgh1234 ("doc: add some parameter") + Cc: author@example.com Cc: stable@dpdk.org Signed-off-by: Alex Smith diff --git a/doc/guides/contributing/stable.rst b/doc/guides/contributing/stable.rst index 890bbeccc..747d4bc7c 100644 --- a/doc/guides/contributing/stable.rst +++ b/doc/guides/contributing/stable.rst @@ -85,6 +85,7 @@ commit message body as follows:: Update the docs, fixing description of some parameter. Fixes: abcdefgh1234 ("doc: add some parameter") + Cc: author@example.com Cc: stable@dpdk.org Signed-off-by: Alex Smith