APEX-137 #resolve
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/dda09b9a Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/dda09b9a Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/dda09b9a Branch: refs/heads/master Commit: dda09b9a1914c419f11685a33cbd5d4ae2db7bb1 Parents: ece1f98 Author: Andy Perlitch <[email protected]> Authored: Thu Oct 15 15:18:50 2015 -0700 Committer: Andy Perlitch <[email protected]> Committed: Thu Oct 15 15:20:47 2015 -0700 ---------------------------------------------------------------------- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/dda09b9a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index df926a6..6465519 100644 --- a/README.md +++ b/README.md @@ -6,24 +6,9 @@ Malhar repository contains open source operator and codec library that can be us Contributing ------------ -This project welcomes new contributors. If you would like to help make Malhar better by adding new features, enhancing existing features, or fixing bugs, here is how to do it. +This project welcomes new contributors. If you would like to help make Malhar better by adding new features, enhancing existing features, or fixing bugs, check out the [contributing guidelines](http://apex.incubator.apache.org/contributing.html). -You acknowledge that your submissions on this repository are made pursuant the terms of the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) and constitute "Contributions," as defined therein, and you represent and warrant that you have the right and authority to do so. - - * Fork Malhar into your own GitHub repository - * Create a topic branch with an appropriate name - * Write code, comments, tests in your repository - * Create a GitHub pull request from your repository, providing as many details about your changes as possible - * After we review and accept your request weâll commit your code to the repository - -The submitted code must follow certain prescribed conventions and it is also recommended that it follow the prescribed style. The conventions and style are described in the [Coding Conventions and Style](docs/CodingConventionsAndStyle.md) document. - -When adding **new files**, please include the Apache v2.0 license header. From the top level directory: - -Run `mvn license:check -Dlicense.skip=false` to check correct header formatting. -Run `mvn license:format -Dlicense.skip=false` to automatically add the header when missing. - -Thanks for contributing! +You acknowledge that your submissions to this repository are made pursuant the terms of the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) and constitute "Contributions," as defined therein, and you represent and warrant that you have the right and authority to do so. Documentation -------------
