Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH] doc: add contribution guide
@ 2016-12-10  5:05 Ferruh Yigit
  2016-12-10  5:07 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2016-12-10  5:05 UTC (permalink / raw)
  To: spp

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 CONTRIBUTING.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 CONTRIBUTING.txt

diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt
new file mode 100644
index 0000000..01e1b65
--- /dev/null
+++ b/CONTRIBUTING.txt
@@ -0,0 +1,51 @@
+Contributors Guide
+==================
+
+This document outlines how to contribute code to the SPP project.
+
+Getting the code
+----------------
+
+The SPP code can be cloned from the repository on dpdk.org as follows:
+
+    git clone git://dpdk.org/apps/spp
+    git clone http://dpdk.org/git/apps/spp
+
+The code can be browsed at http://dpdk.org/browse/apps/spp/
+
+Submitting Patches
+------------------
+
+Contributions to SPP should be submitted as git formatted patches to the
+SPP mailing list: spp@dpdk.org
+
+Note you must first register for the mailing list at:
+http://dpdk.org/ml/listinfo/spp
+
+The commit message must end with a "Signed-off-by:" line which is added using:
+
+    git commit --signoff # or -s
+
+The purpose of the signoff is explained in the Linux kernel guidelines
+Developer's Certificate of Origin:
+http://www.kernel.org/doc/Documentation/SubmittingPatches
+
+Note:
+    All developers must ensure that they have read, understood and complied
+    with the Developer's Certificate of Origin section of the documentation
+    prior to applying the signoff and submitting a patch.
+
+The DPDK Code Contributors guidelines contain information that is
+useful for submitting patches to SPP:
+http://dpdk.org/doc/guides/contributing/index.html
+
+Coding Guidelines
+-----------------
+
+* C code should follow the DPDK coding standards.
+* Python code should follow PEP8.
+
+Maintainer
+----------
+
+The SPP maintainer is: Ferruh Yigit <ferruh.yigit@intel.com>
-- 
2.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [spp] [PATCH] doc: add contribution guide
  2016-12-10  5:05 [spp] [PATCH] doc: add contribution guide Ferruh Yigit
@ 2016-12-10  5:07 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2016-12-10  5:07 UTC (permalink / raw)
  To: spp

On 12/10/2016 5:05 AM, Ferruh Yigit wrote:
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-10  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-10  5:05 [spp] [PATCH] doc: add contribution guide Ferruh Yigit
2016-12-10  5:07 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).