Close #92: [HIVEMALL-5] Added Contributing to README
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/12c01f1d Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/12c01f1d Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/12c01f1d Branch: refs/heads/master Commit: 12c01f1d82cf80b074720401437d25aa1ff58182 Parents: 69aa64b Author: Takuya Kitazawa <[email protected]> Authored: Wed Jul 5 20:40:26 2017 +0900 Committer: Makoto Yui <[email protected]> Committed: Wed Jul 5 21:10:18 2017 +0900 ---------------------------------------------------------------------- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/12c01f1d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index df3fb8c..6f0b690 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,14 @@ Support ------- Support is through [[email protected]](http://hivemall.incubator.apache.org/mail-lists.html), not by a direct e-mail. + +Contributing +------------ + +If you are planning to contribute to this repository, we first request you to create an issue at [our JIRA page](https://issues.apache.org/jira/projects/HIVEMALL) even if the topic is not related to source code itself (e.g., documentation, new idea and proposal). + +Note that, before creating a pull request including Java code, please make sure your code follows our coding conventions by applying formatter: + +``` +$ mvn formatter:format +```
