Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A03A8116F3 for ; Fri, 23 May 2014 21:23:39 +0000 (UTC) Received: (qmail 42225 invoked by uid 500); 23 May 2014 21:23:39 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 42113 invoked by uid 500); 23 May 2014 21:23:39 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 42094 invoked by uid 99); 23 May 2014 21:23:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 21:23:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4AEDD9A3410; Fri, 23 May 2014 21:23:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: commits@cordova.apache.org Date: Fri, 23 May 2014 21:23:40 -0000 Message-Id: <1af29dab7602441ca8201102622fdb24@git.apache.org> In-Reply-To: <8112264ce328445ca267eff6e66dd8e8@git.apache.org> References: <8112264ce328445ca267eff6e66dd8e8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/13] android commit: CB-6491 add CONTRIBUTING.md CB-6491 add CONTRIBUTING.md Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/437003de Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/437003de Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/437003de Branch: refs/heads/4.0.x Commit: 437003de29e749f3554db54a2f03782928b7fada Parents: b6664cc Author: Marcel Kinard Authored: Wed Apr 30 08:44:21 2014 -0400 Committer: Joe Bowser Committed: Fri May 23 11:23:28 2014 -0700 ---------------------------------------------------------------------- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/437003de/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!