Repository: incubator-zeppelin Updated Branches: refs/heads/master f8e1f6c4f -> 734c0ebb9
[DOC] Added the link of Apache's Jira for beginner ### What is this PR for? Added documentation for new contributors ### What type of PR is it? [Documentation] ### Todos * [x] - Upadated docs ### What is the Jira issue? N/A ### How should this be tested? N/A ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee <[email protected]> Closes #934 from jongyoul/doc-added-link-for-beginner and squashes the following commits: e9d1aee [Jongyoul Lee] [DOC] Added the link of Apache's Jira for beginner Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/734c0ebb Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/734c0ebb Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/734c0ebb Branch: refs/heads/master Commit: 734c0ebb98715dde2a5778b9baa02b749d48ecc6 Parents: f8e1f6c Author: Jongyoul Lee <[email protected]> Authored: Tue May 31 12:59:13 2016 +0900 Committer: Jongyoul Lee <[email protected]> Committed: Tue May 31 15:15:12 2016 +0900 ---------------------------------------------------------------------- CONTRIBUTING.md | 3 +++ docs/development/howtocontribute.md | 3 +++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/734c0ebb/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d89c9f..30c76f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -219,6 +219,9 @@ Server will be run on http://localhost:8080 ## JIRA Zeppelin manages it's issues in Jira. [https://issues.apache.org/jira/browse/ZEPPELIN](https://issues.apache.org/jira/browse/ZEPPELIN) +## Where to Start +You can find issues for [beginner](https://issues.apache.org/jira/browse/ZEPPELIN-924?jql=project%20%3D%20ZEPPELIN%20and%20status%20%3D%20Open%20and%20labels%20in%20\(beginner%2C%20newbie\)) + ## Stay involved Everyone is welcome to join our mailing list: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/734c0ebb/docs/development/howtocontribute.md ---------------------------------------------------------------------- diff --git a/docs/development/howtocontribute.md b/docs/development/howtocontribute.md index efe1322..f784cca 100644 --- a/docs/development/howtocontribute.md +++ b/docs/development/howtocontribute.md @@ -99,6 +99,9 @@ thrift -out zeppelin-interpreter/src/main/java/ --gen java zeppelin-interpreter/ ## JIRA Zeppelin manages its issues in Jira. [https://issues.apache.org/jira/browse/ZEPPELIN](https://issues.apache.org/jira/browse/ZEPPELIN) +## Where to Start +You can find issues for [beginner](https://issues.apache.org/jira/browse/ZEPPELIN-924?jql=project%20%3D%20ZEPPELIN%20and%20status%20%3D%20Open%20and%20labels%20in%20\(beginner%2C%20newbie\)) + ## Stay involved Contributors should join the Zeppelin mailing lists.
