KAFKA-2321; Introduce CONTRIBUTING.md

This commit is contained in:
Ismael Juma 2015-07-08 09:00:29 +01:00
parent 520a8135f4
commit 48344645f8
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([
'**/.git/**',
'build/**',
'CONTRIBUTING.md',
'gradlew',
'gradlew.bat',
'**/README.md',