Repository: incubator-apex-core Updated Branches: refs/heads/release-3.2 ce44d2371 -> d9b2af077
Update README.md from devel-3 Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/e3e8cf8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/e3e8cf8d Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/e3e8cf8d Branch: refs/heads/release-3.2 Commit: e3e8cf8d740284423ff5c5ec0d5ac3770bffd917 Parents: ce44d23 Author: Thomas Weise <[email protected]> Authored: Thu Oct 22 20:41:22 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Thu Oct 22 20:41:22 2015 -0700 ---------------------------------------------------------------------- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/e3e8cf8d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index baabcd2..a4a2b46 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,9 @@ Please visit the [documentation section](http://apex.incubator.apache.org/docs.h ##Contributing -This project welcomes new contributors. If you would like to help by adding new features, enhancements or fixing bugs, here is how to do it. +This project welcomes new contributors. If you would like to help by adding new features, enhancements or fixing bugs, check out the [contributing guidelines](http://apex.incubator.apache.org/contributing.html). 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. - - * Fork 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 review and acceptance one of the committers will merge the pull request. - -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! ##Building Apex
