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 14:47:04 UTC

git commit: CB-6491 add CONTRIBUTING.md

Repository: cordova-app-harness
Updated Branches:
  refs/heads/master 12e3a7e4e -> ba6a40533


CB-6491 add CONTRIBUTING.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/ba6a4053
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/ba6a4053
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/ba6a4053

Branch: refs/heads/master
Commit: ba6a40533e37ac038b059aed89762a8459da5b9b
Parents: 12e3a7e
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Apr 30 08:46:17 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Apr 30 08:46:17 2014 -0400

----------------------------------------------------------------------
 CONTRIBUTING.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/ba6a4053/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..1594d12
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -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!