[dpdk-web] [PATCH v2 1/2] move up contribution guidelines link

Nelio Laranjeiro nelio.laranjeiro at 6wind.com
Wed Jul 27 15:34:34 CEST 2016


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 <nelio.laranjeiro at 6wind.com>
---
 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 @@
 	<p>Focus is on next version in git <em>HEAD</em>. There is no maintenance of previous versions.
 
 	<h3 id="send">Contribute by sending patches</h3>
+	<p><b>Following lines are a snippet of
+	<a href="/doc/guides/contributing/patches.html">contribution guidelines</a>.</b>
+
 	<p>Patches should be sent and reviewed via the <a href="/ml/archives/dev">mailing list</a>.
 	Be sure <a href="/ml/listinfo/dev">to be registered</a>.
 	<p>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\")'</pre>
-	<p>The built-in documentation have more details about the
-	<a href="/doc/guides/contributing/patches.html">contribution guidelines</a>.
 
 	<h3 id="review">Contribute by testing or reviewing patches</h3>
 	<p>Patches are applied in the git repository when it becomes clear that
-- 
2.1.4



More information about the web mailing list