KAFKA-2321; Introduce CONTRIBUTING.md

Author: Ismael Juma <ismael@juma.me.uk>

Reviewers: Guozhang

Closes #97 from ijuma/kafka-2321 and squashes the following commits:

4834464 [Ismael Juma] KAFKA-2321; Introduce CONTRIBUTING.md
This commit is contained in:
Ismael Juma 2015-07-27 10:54:23 -07:00 committed by Guozhang Wang
parent fd3a3cd595
commit 4389a11f68
2 changed files with 12 additions and 0 deletions

11
CONTRIBUTING.md Normal file
View File

@ -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.

View File

@ -60,6 +60,7 @@ rat {
excludes.addAll([ excludes.addAll([
'**/.git/**', '**/.git/**',
'build/**', 'build/**',
'CONTRIBUTING.md',
'gradlew', 'gradlew',
'gradlew.bat', 'gradlew.bat',
'**/README.md', '**/README.md',