Repository: incubator-apex-core Updated Branches: refs/heads/devel-3 b1e7ea483 -> f48074ae0
APEX-137 #resolve 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/b336f64d Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b336f64d Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b336f64d Branch: refs/heads/devel-3 Commit: b336f64df18907caab50957313cbd7270535c62d Parents: 722fd67 Author: Andy Perlitch <[email protected]> Authored: Thu Oct 15 15:14:13 2015 -0700 Committer: Andy Perlitch <[email protected]> Committed: Thu Oct 15 15:14:13 2015 -0700 ---------------------------------------------------------------------- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b336f64d/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
