From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH] add a dpdk contributors guide Date: Thu, 15 Oct 2015 17:51:32 +0100 Message-ID: <1444927893-19845-1-git-send-email-john.mcnamara@intel.com> To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7F29A91E7 for ; Thu, 15 Oct 2015 18:51:37 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add a document to explain the DPDK patch submission and review process. This is based on the existing information on the http://dpdk.org/dev webpage, on the Linux kernel patch submission guidelines, and on the existing day to day workflow on the mailing list. This is a draft so feel free to chime in with additions and corrections. John McNamara (1): doc: add contributors guide doc/guides/contributing/index.rst | 1 + doc/guides/contributing/patches.rst | 309 ++++++++++++++++++++++++++++++++++++ 2 files changed, 310 insertions(+) create mode 100644 doc/guides/contributing/patches.rst -- 1.8.1.4