Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 66647200C20 for ; Sun, 19 Feb 2017 10:26:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 64EF5160B65; Sun, 19 Feb 2017 09:26:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AD354160B58 for ; Sun, 19 Feb 2017 10:26:29 +0100 (CET) Received: (qmail 18170 invoked by uid 500); 19 Feb 2017 09:26:28 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 18161 invoked by uid 99); 19 Feb 2017 09:26:28 -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; Sun, 19 Feb 2017 09:26:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A0945E0212; Sun, 19 Feb 2017 09:26:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: moon@apache.org To: commits@zeppelin.apache.org Message-Id: <80f19d75c66340a59454de857e14f575@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: zeppelin git commit: [ZEPPELIN-2123] [DOC] Link contribution guide Date: Sun, 19 Feb 2017 09:26:28 +0000 (UTC) archived-at: Sun, 19 Feb 2017 09:26:30 -0000 Repository: zeppelin Updated Branches: refs/heads/master 09b75c86c -> ddce5fe0b [ZEPPELIN-2123] [DOC] Link contribution guide ### What is this PR for? This is minor update that add link to contribution guide ### What type of PR is it? Documentation ### Todos * [x] - add link to contribution guide ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-2123 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo Closes #2029 from Leemoonsoo/ZEPPELIN-2123-doc and squashes the following commits: d09b447 [Lee moon soo] Link contribution guide Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/ddce5fe0 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/ddce5fe0 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/ddce5fe0 Branch: refs/heads/master Commit: ddce5fe0b86692c48876d7598782ea1ad7df0027 Parents: 09b75c8 Author: Lee moon soo Authored: Fri Feb 17 18:18:14 2017 +0900 Committer: Lee moon soo Committed: Sun Feb 19 18:26:19 2017 +0900 ---------------------------------------------------------------------- docs/development/howtocontribute.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/ddce5fe0/docs/development/howtocontribute.md ---------------------------------------------------------------------- diff --git a/docs/development/howtocontribute.md b/docs/development/howtocontribute.md index cb0fa6e..c2948ca 100644 --- a/docs/development/howtocontribute.md +++ b/docs/development/howtocontribute.md @@ -64,6 +64,9 @@ git clone -b branch-0.5.6 git://git.apache.org/zeppelin.git zeppelin Apache Zeppelin follows [Fork & Pull](https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Development-workflow-with-Git:-Fork,-Branching,-Commits,-and-Pull-Request) as a source control workflow. If you want to not only build Zeppelin but also make any changes, then you need to fork [Zeppelin github mirror repository](https://github.com/apache/zeppelin) and make a pull request. +Before making a pull request, please take a look [Contribution Guidelines](http://zeppelin.apache.org/contribution/contributions.html). + + ### Build ```