You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2017/02/19 09:26:28 UTC

zeppelin git commit: [ZEPPELIN-2123] [DOC] Link contribution guide

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 <mo...@apache.org>

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 <mo...@apache.org>
Authored: Fri Feb 17 18:18:14 2017 +0900
Committer: Lee moon soo <mo...@apache.org>
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
 
 ```