From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by dpdk.org (Postfix) with ESMTP id 2D634239 for ; Fri, 25 May 2018 11:23:40 +0200 (CEST) Received: by mail-wr0-f195.google.com with SMTP id i12-v6so8010897wrc.4 for ; Fri, 25 May 2018 02:23:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=33o1x2yhMgR8ZB/I64A6UkbX2xUkwZLCiPONRYUcYsU=; b=N3CcelpORUYEW2ShBrnV1BvkVe/EEtlw9vfShsNXlSm036hWJ9rcSCX9XWV+i3VyO/ l1zvnWCLlotCf9+472pJ4MVhhl8EnKFRp475jxP9RLn4w0RO7NwNUcfYe3WShWazeUO4 AAAEk3Cr/4/bK2Uq5I2QJolODuklDhEKpRFBwZDb8bClJfRM2v3ZouxaESn8gV73j5k3 DsFhtIUCMJEvPWECTnRlpI8S70UTGQ1+k3sYGCwCQd0sTHLkhRBX6cyq7ugN5LKjwvwY LgAUEE8yUUtzlo6q/wcxjrkQ0pJSxuXdra0B02Iq9o/Lf0U1Z+PBEU9LoJ95vxKuuVye 3RLA== X-Gm-Message-State: ALKqPwfI0b8GPdqcapyRfs4hB+Jvm/Knc+Qj+OkSozQZjujuSLrE+2Rs IyKX/aqkCkwWJWl6DhOY1oYllTu8 X-Google-Smtp-Source: AB8JxZqhSMZ3jyq0NgwM2PF/7hQmZz1Wwf1jpOT6YGs6+pVYy1kV7vSxS28antmP3TlV21hc+FtYPA== X-Received: by 2002:adf:ac4f:: with SMTP id v73-v6mr1340523wrc.5.1527240219502; Fri, 25 May 2018 02:23:39 -0700 (PDT) Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb]) by smtp.gmail.com with ESMTPSA id x24-v6sm5290080wmh.18.2018.05.25.02.23.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 02:23:38 -0700 (PDT) From: Luca Boccassi To: web@dpdk.org Cc: thomas@monjalon.net, Luca Boccassi Date: Fri, 25 May 2018 10:23:16 +0100 Message-Id: <20180525092316.2793-1-bluca@debian.org> X-Mailer: git-send-email 2.14.2 Subject: [dpdk-web] [PATCH] Suggest to use --subject-prefix and stable@ for stable-only patches X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2018 09:23:40 -0000 Add a short abbreviation of the contributing guidelines regarding patches for stable releases only Signed-off-by: Luca Boccassi --- dev.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev.html b/dev.html index a539eae..1a000d1 100644 --- a/dev.html +++ b/dev.html @@ -101,6 +101,10 @@
git send-email -3 --to dev@dpdk.org --cover-letter --annotate

Shallow threading (--thread --no-chain-reply-to) is preferred for patch series. It should be git's default. +

If a patch is for a stable release + rather than for mainline, please send only to stable@dpdk.org and indicate the target branch + using --subject-prefix: +

git send-email -1 --to stable@dpdk.org --subject-prefix='PATCH 17.11'

Example of configuration in ~/.gitconfig:

[sendemail]
 	suppressfrom = true
-- 
2.14.2