From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 24F754AAD for ; Wed, 27 Jul 2016 14:15:41 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id q128so210069999wma.1 for ; Wed, 27 Jul 2016 05:15:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=1J68yLqz5CHsAzv3YGhkAdMu77AsYkrsbtMn3gDPyGA=; b=Gbrig4hhyDsU9wQzfp0TsPMTZG7Fl+SOTPbm4RW8fOk3lqyL/j7kbsu5f/0fIO66LO HrCjnhfI4872zrHCsV07JdfjKDBvpYYs3nuehrEOjfFzR0RrCy84Hehx7LR3i97NsIvY mtt6GR4RFxVvbacH1cOcnOWubFa7LwfHx4St+n8FmjC0CSjV3tV5lxditKXgxyP9VoZT UGTZjK42M3I0vteZgXBRM+FHGWvome7k3NbQtViRI/hynNaxBZMGuu4Ek5J39vre+8ts pb52LrjKxuylnB8RAVlgMSqUmGqc9ZtPAWMvqnYb4YjfFbPgF5ImyDIf77+0Rc5ShS/T +zkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=1J68yLqz5CHsAzv3YGhkAdMu77AsYkrsbtMn3gDPyGA=; b=ldxe8rgSPdqnMtNN05C0YBFdv/XY3kBWO/zsz5DcnAp1enL/ss/9fKMCkz3LwhS0/G OX3HT0x4ef5zeZSoVJMp7qAz05U8vLgXvlJOOuI3a0HZDDYYEon8LptRGtsaUPIfMmvA 8XZL6Uxa2Og2ICRQ0lKa+AKTmRqG98ufx6c+NSVIrgjJ0L+RrYSDZ8MfDYCPiha53uS1 VucC6ygCefCe1hKJca3HiNNSb0KhAq3ByRdwUNBwZIltzWBJEb1XuMRN/ZIwZEqg5pRJ SEPc3s9vye56mQ8Jz9lT0AvEz0Std7ONTPo/P8XnDuEa/2wToH4offeuhShxstYesKqW Ynog== X-Gm-Message-State: ALyK8tJe6G/TOvHRtoiIhpd2XmQK0yQPcBujqZixc+Zm+bH6TCUBKIiNwwgCY4R5tkbLK7m1 X-Received: by 10.28.152.66 with SMTP id a63mr54231662wme.66.1469621740623; Wed, 27 Jul 2016 05:15:40 -0700 (PDT) Received: from ping.vm.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id x133sm6869401wmf.16.2016.07.27.05.15.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 27 Jul 2016 05:15:40 -0700 (PDT) From: Nelio Laranjeiro To: web@dpdk.org Cc: thomas.monjalon@6wind.com Date: Wed, 27 Jul 2016 14:15:20 +0200 Message-Id: <1469621722-754-1-git-send-email-nelio.laranjeiro@6wind.com> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-web] [PATCH 1/3] move up contribution guidelines link X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 12:15:41 -0000 Too many people consider this section as a main reference whereas it is only a snippet of the fully detailed contribution guides. Moving it to the beginning of the section should help newbies to read it instead of applying a bash of command lines which rarely ends well. Signed-off-by: Nelio Laranjeiro --- dev.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev.html b/dev.html index cb65f51..2261aa1 100644 --- a/dev.html +++ b/dev.html @@ -57,6 +57,10 @@

Focus is on next version in git HEAD. There is no maintenance of previous versions.

Contribute by sending patches

+

Following lines are a snippet of + contribution guidelines, + consult it for more details. +

Patches should be sent and reviewed via the mailing list. Be sure to be registered.

To prepare a patch, it must be saved with @@ -105,8 +109,6 @@ smtpencryption = ssl [alias] fixline = log -1 --abbrev=12 --format='Fixes: %h (\"%s\")' -

The built-in documentation have more details about the - contribution guidelines.

Contribute by testing or reviewing patches

Patches are applied in the git repository when it becomes clear that -- 2.1.4