You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/04/30 15:40:48 UTC

svn commit: r1591295 - /cordova/site/CONTRIBUTING.md

Author: marcelk
Date: Wed Apr 30 13:40:47 2014
New Revision: 1591295

URL: http://svn.apache.org/r1591295
Log:
CB-6491 add CONTRIBUTING.md

Added:
    cordova/site/CONTRIBUTING.md

Added: cordova/site/CONTRIBUTING.md
URL: http://svn.apache.org/viewvc/cordova/site/CONTRIBUTING.md?rev=1591295&view=auto
==============================================================================
--- cordova/site/CONTRIBUTING.md (added)
+++ cordova/site/CONTRIBUTING.md Wed Apr 30 13:40:47 2014
@@ -0,0 +1,16 @@
+# Contributing to Apache Cordova
+
+Anyone can contribute to Cordova. And we need your contributions.
+
+There are multiple ways to contribute: report bugs, improve the docs, and
+contribute code.
+
+For instructions on this, start with the 
+[contribution overview](http://cordova.apache.org/#contribute).
+
+The details are explained there, but the important items are:
+ - Sign and submit an Apache ICLA (Contributor License Agreement).
+ - Have a Jira issue open that corresponds to your contribution.
+ - Run the tests so your patch doesn't break existing functionality.
+
+We look forward to your contributions!