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 2A1DF558A for ; Wed, 27 Jul 2016 15:34:47 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id q128so212969757wma.1 for ; Wed, 27 Jul 2016 06:34:47 -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:in-reply-to:references; bh=hH+2e5vWAExoWdQDrL9MpecIuAOWUDIuPjMZfzStM0g=; b=0wFHr5/BQeX6XusJ49JI8UqprFSPfM4HMmFNhBk3xkPp7R0hOkt6gcHj1zuyDZBt5O 6hnyzq9EWAJwC8D9Co9hoiYA/EFpjqx1C72FH0nLRFfcrl4MZ27aWW0JGX053MUTG8sB HkEMN+pS8nzz4JdCiKn1vFcPvMZaEtj4JB8P/tgnpcGleAQ0bvhjsmmpWtZ8s0xMRod3 InTwbYabf8HGBlpudbBmPjKckmdOq/gH6EDIHeDRpoudp3w+4041S4h2Cds8Nn/WNsaE 5o+7FY3DQVbSLMVKZtXg2SgyTl56r7tyx+uHUKAP+mSZn/Ni3fFfgjlDt3J0uyvoiBhb lBaQ== 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:in-reply-to :references; bh=hH+2e5vWAExoWdQDrL9MpecIuAOWUDIuPjMZfzStM0g=; b=Drcy4jQ5kecdinUa1fEsMuJzqmcl90Be85ntaLn7EbQLgh5riMgifMEITnUZFIXPqk Ngd1K81Ol++E8nS1AColWXPphCuzU77IbbvW3EpnXV685zxSB06EMIH6Xxd37/agvBkf T7ZiYOF58DsZd2NDywl641ewezZb6Ah2gX3YBGZbBx4hbtwln7zd6V54ADn+N8Gce1Mu sheRKpInTk3UZDo1JjWBY54bOACRvJ8AyZTnp+DagTRxsTAuQlqLTydpPllwuER3OQl1 UlEzBdwZUmlduYUqO0Llxs4/UsWcuifioZhM2Y/f63WLB0Za+d6lmVlqwlk8RF7W9rPP cNXQ== X-Gm-Message-State: ALyK8tJ+ZKsrzHrkBPsmkaah1J7q6oPft5/hPaWnNLKTkz8yLKXQrv22+BEptqt2xPKxTdJV X-Received: by 10.28.216.75 with SMTP id p72mr55413688wmg.67.1469626486592; Wed, 27 Jul 2016 06:34:46 -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 f4sm38450674wmf.8.2016.07.27.06.34.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 27 Jul 2016 06:34:46 -0700 (PDT) From: Nelio Laranjeiro To: web@dpdk.org Cc: thomas.monjalon@6wind.com Date: Wed, 27 Jul 2016 15:34:34 +0200 Message-Id: <1469626475-8996-1-git-send-email-nelio.laranjeiro@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1469621722-754-1-git-send-email-nelio.laranjeiro@6wind.com> References: <1469621722-754-1-git-send-email-nelio.laranjeiro@6wind.com> Subject: [dpdk-web] [PATCH v2 1/2] 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 13:34:47 -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 may fail. Signed-off-by: Nelio Laranjeiro --- dev.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev.html b/dev.html index cb65f51..9a01ab5 100644 --- a/dev.html +++ b/dev.html @@ -57,6 +57,9 @@

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. +

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 +108,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