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 DA025180E9 for ; Fri, 23 Oct 2015 19:12:30 +0000 (UTC) Received: (qmail 53038 invoked by uid 500); 23 Oct 2015 19:12:30 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 53013 invoked by uid 500); 23 Oct 2015 19:12:30 -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 52999 invoked by uid 99); 23 Oct 2015 19:12:30 -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:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A33F7E01F5; Fri, 23 Oct 2015 19:12:30 +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: <87e2e860262641b2b32cfca37d7c3f35@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-inappbrowser git commit: Actually fixing the contribute link. Date: Fri, 23 Oct 2015 19:12:30 +0000 (UTC) Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/master 89c5ee54e -> 32743e0eb Actually fixing the contribute link. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/32743e0e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/32743e0e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/32743e0e Branch: refs/heads/master Commit: 32743e0eb905cb914d6cea30d5edbf37fd560b47 Parents: 89c5ee5 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-inappbrowser/blob/32743e0e/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57606a1..4c8e6a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,37 @@ -cordova-plugin-inappbrowser/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