From patchwork Sat Aug 1 23:11:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honnappa Nagarahalli X-Patchwork-Id: 247304 Delivered-To: patch@linaro.org Received: by 2002:a92:cc90:0:0:0:0:0 with SMTP id x16csp52925ilo; Sat, 1 Aug 2020 16:11:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwJCGrN1KzrVYpzI1vW4A6634XgNJE81Jd07+Wwvi2xdE/gpFuaUtCDDE3W1xsbqfMvU+cC X-Received: by 2002:a25:cfcc:: with SMTP id f195mr16022947ybg.390.1596323514983; Sat, 01 Aug 2020 16:11:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596323514; cv=none; d=google.com; s=arc-20160816; b=E1iFsW+ra/pHcPaEB5Osht752FafAofP8xkVVXZdR8poHJqe7lHHYBNcHwrS+ZCvM5 gr5GDSDbX4Bf1eeyG9+yEMBMWqO0jVQbzklSJe0Zs8dWKStr+c4AjfKrdnGBJSWyGITN +w5aJKto7rzEim3uoge3CS5ACk0Kbb41zEo3m8Q5Z7wbfdNe9fzuO6ggAU8bcdiZBAhl h9NKoiGU3bn9SklO/9XfidEIIDy8PQTn5VgjymW3pu0rrj+qAti1PSqt0tBQ86xQUsEo 3x0IA+HjaC/DUQ48XUZCXOPjBYlIUhFD4nk32vHE7aFy9qLh0mmnyQlNvyJjzHyaw7Di DVTw== 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:references:in-reply-to :message-id:date:cc:to:from; bh=dFh6VF0qCTPwNrPrGhB7LrBA11hx7e++wBQcvTZ7jdw=; b=mD4gNPX1Bf8B14ctoPeDJUGBBuHwk6I1+G1pRKDOQhP4q5L6CNxT92n7PFgnceS5lv cI7FxXd7/StVYNiPDCoOj7TXDDNrqyTRp9614FjcYptwDp/7NPLyCFUTmIF6wusvOz2W JBWjuvUCAmuPD6aBM6UPdJrdTjxFpChfh4KTy7hVTA/SxkApG2atACsV+3G0k/kTr6t9 NI7iEGOPmygyKPd2I4uFfK35QNjbkn4gl4ofw3rqfaVsLo7RkP+gnlxtAxf7m4Rqk0pd fMzP+P4q4FRSq5AlHHabmSxKyK7bbypUQe9ACzqmB36CpdZ97JHerakU7UlgVoUO8GRM uhJA== 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 r23si12697752ybc.464.2020.08.01.16.11.53; Sat, 01 Aug 2020 16:11:54 -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 4086E2629; Sun, 2 Aug 2020 01:11:52 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 521FC1AFF for ; Sun, 2 Aug 2020 01:11:51 +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 6EBAE31B; Sat, 1 Aug 2020 16:11: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 5B1BE3F71F; Sat, 1 Aug 2020 16:11:50 -0700 (PDT) From: Honnappa Nagarahalli To: dev@dpdk.org, honnappa.nagarahalli@arm.com, thomas@monjalon.net Cc: nd@arm.com Date: Sat, 1 Aug 2020 18:11:43 -0500 Message-Id: <20200801231143.36993-1-honnappa.nagarahalli@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200630190140.29349-1-honnappa.nagarahalli@arm.com> References: <20200630190140.29349-1-honnappa.nagarahalli@arm.com> Subject: [dpdk-dev] [PATCH v2] 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 of the commit in CC while contributing patches to stable. git-send-email will automatically send the the patch to this email ID. It is manually removed when the patch is merged. Signed-off-by: Honnappa Nagarahalli --- v2: expand commit log to explain how Cc is used (Thomas) 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