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 CFA84180E3 for ; Fri, 23 Oct 2015 19:12:23 +0000 (UTC) Received: (qmail 51869 invoked by uid 500); 23 Oct 2015 19:12:23 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 51845 invoked by uid 500); 23 Oct 2015 19:12:23 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 51836 invoked by uid 99); 23 Oct 2015 19:12:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 19:12:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 95B3DE01F5; Fri, 23 Oct 2015 19:12:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dblotsky@apache.org To: commits@cordova.apache.org Message-Id: <22ef6651ad534847b649f9e770bb492d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-file git commit: Actually fixing the contribute link. Date: Fri, 23 Oct 2015 19:12:23 +0000 (UTC) Repository: cordova-plugin-file Updated Branches: refs/heads/master 8fe55e325 -> e093e8de3 Actually fixing the contribute link. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/e093e8de Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/e093e8de Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/e093e8de Branch: refs/heads/master Commit: e093e8de3b305b7f462f415e20706c5e0b95979b Parents: 8fe55e3 Author: Dmitry Blotsky Authored: Fri Oct 23 12:11:50 2015 -0700 Committer: Dmitry Blotsky Committed: Fri Oct 23 12:11:50 2015 -0700 ---------------------------------------------------------------------- CONTRIBUTING.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/e093e8de/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a46d98e..4c8e6a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,37 @@ -cordova-plugin-file/CONTRIBUTE.md \ No newline at end of file + + +# 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! --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org