From 73968ba1b3c3b5efeb92f70969e40d143eebf3d8 Mon Sep 17 00:00:00 2001 From: ARC Date: Wed, 13 May 2015 14:58:25 -0400 Subject: Added plugin directory as well to make sure you have all you need to compile (hopefully) --- plugins/org.apache.cordova.console/CONTRIBUTING.md | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 plugins/org.apache.cordova.console/CONTRIBUTING.md (limited to 'plugins/org.apache.cordova.console/CONTRIBUTING.md') diff --git a/plugins/org.apache.cordova.console/CONTRIBUTING.md b/plugins/org.apache.cordova.console/CONTRIBUTING.md new file mode 100644 index 00000000..f7dbcaba --- /dev/null +++ b/plugins/org.apache.cordova.console/CONTRIBUTING.md @@ -0,0 +1,37 @@ + + +# 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! -- cgit v1.2.3