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 5FF021118C for ; Wed, 30 Apr 2014 13:32:57 +0000 (UTC) Received: (qmail 97866 invoked by uid 500); 30 Apr 2014 13:32:57 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 97829 invoked by uid 500); 30 Apr 2014 13:32:56 -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 97822 invoked by uid 99); 30 Apr 2014 13:32:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2014 13:32:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7C0118157D9; Wed, 30 Apr 2014 13:32:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcelk@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-6491 add CONTRIBUTING.md Date: Wed, 30 Apr 2014 13:32:56 +0000 (UTC) Repository: cordova-plugin-media Updated Branches: refs/heads/master 34887529d -> 6d6ac196e CB-6491 add CONTRIBUTING.md Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/6d6ac196 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/6d6ac196 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/6d6ac196 Branch: refs/heads/master Commit: 6d6ac196edc5e8f56b2b1025a4bdba9c901e5dee Parents: 3488752 Author: Marcel Kinard Authored: Wed Apr 30 09:32:44 2014 -0400 Committer: Marcel Kinard Committed: Wed Apr 30 09:32:44 2014 -0400 ---------------------------------------------------------------------- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/6d6ac196/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!