Repository: incubator-zeppelin Updated Branches: refs/heads/master 9f9be9698 -> b391317b8
Add link to code of conduct / how it works, from CONTRIBUTING.md ### What is this PR for? Adding code of conduct link http://www.apache.org/foundation/policies/conduct.html to our contribution guide, as well as http://www.apache.org/foundation/how-it-works.html ### What type of PR is it? Improvement ### Todos * [x] - Add link to Code of conduct * [x] - Add link to the Apache way. ### Is there a relevant Jira issue? no ### How should this be tested? N/A ### Screenshots (if appropriate) N/A ### 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 <[email protected]> Closes #707 from Leemoonsoo/code_of_conduct and squashes the following commits: 452b8af [Lee moon soo] Address comment 0aa01df [Lee moon soo] The Apache way 96214a1 [Lee moon soo] Add link to code of conduct Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/b391317b Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/b391317b Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/b391317b Branch: refs/heads/master Commit: b391317b8eeb92c83d197f2af4bf80d84191694b Parents: 9f9be96 Author: Lee moon soo <[email protected]> Authored: Thu Feb 11 06:36:44 2016 +0900 Committer: Lee moon soo <[email protected]> Committed: Mon Feb 15 17:16:28 2016 +0900 ---------------------------------------------------------------------- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/b391317b/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 947cb3f..27c4ef6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,10 @@ Contributing to Zeppelin (Source code, Documents, Image, Website) means you agre 2. If not, create a ticket describing the change you're proposing in the [Jira issue tracker](https://issues.apache.org/jira/browse/ZEPPELIN) 3. Contribute your patch via Pull Request. +Before you start, please read the [Code of Conduct](http://www.apache.org/foundation/policies/conduct.html) carefully, familiarize yourself with it and refer to it whenever you need it. + +For those of you who are not familiar with Apache project, understanding [How it works](http://www.apache.org/foundation/how-it-works.html) would be quite helpful. + ## Creating a Pull Request In order to make the review process easier, please follow this template when making a Pull Request:
