Repository: kafka Updated Branches: refs/heads/trunk fd3a3cd59 -> 4389a11f6 KAFKA-2321; Introduce CONTRIBUTING.md Author: Ismael Juma Reviewers: Guozhang Closes #97 from ijuma/kafka-2321 and squashes the following commits: 4834464 [Ismael Juma] KAFKA-2321; Introduce CONTRIBUTING.md Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/4389a11f Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/4389a11f Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/4389a11f Branch: refs/heads/trunk Commit: 4389a11f68f4c0e028441acd0ef30951296c38ce Parents: fd3a3cd Author: Ismael Juma Authored: Mon Jul 27 10:54:23 2015 -0700 Committer: Guozhang Wang Committed: Mon Jul 27 10:54:23 2015 -0700 ---------------------------------------------------------------------- CONTRIBUTING.md | 11 +++++++++++ build.gradle | 1 + 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/4389a11f/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e9a4d25 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +## Contributing to Kafka + +*Before opening a pull request*, review the [Contributing](http://kafka.apache.org/contributing.html) and [Contributing Code Changes](https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes) pages. + +It lists steps that are required before creating a PR. + +When you contribute code, you affirm that the contribution is your original work and that you +license the work to the project under the project's open source license. Whether or not you +state this explicitly, by submitting any copyrighted material via pull request, email, or +other means you agree to license the material under the project's open source license and +warrant that you have the legal authority to do so. http://git-wip-us.apache.org/repos/asf/kafka/blob/4389a11f/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 0abec26..9b6eb51 100644 --- a/build.gradle +++ b/build.gradle @@ -60,6 +60,7 @@ rat { excludes.addAll([ '**/.git/**', 'build/**', + 'CONTRIBUTING.md', 'gradlew', 'gradlew.bat', '**/README.md',