Skip to content

Commit 4389a11

Browse files
ijumaguozhangwang
authored andcommitted
KAFKA-2321; Introduce CONTRIBUTING.md
Author: Ismael Juma <[email protected]> Reviewers: Guozhang Closes apache#97 from ijuma/kafka-2321 and squashes the following commits: 4834464 [Ismael Juma] KAFKA-2321; Introduce CONTRIBUTING.md
1 parent fd3a3cd commit 4389a11

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Contributing to Kafka
2+
3+
*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.
4+
5+
It lists steps that are required before creating a PR.
6+
7+
When you contribute code, you affirm that the contribution is your original work and that you
8+
license the work to the project under the project's open source license. Whether or not you
9+
state this explicitly, by submitting any copyrighted material via pull request, email, or
10+
other means you agree to license the material under the project's open source license and
11+
warrant that you have the legal authority to do so.

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rat {
6060
excludes.addAll([
6161
'**/.git/**',
6262
'build/**',
63+
'CONTRIBUTING.md',
6364
'gradlew',
6465
'gradlew.bat',
6566
'**/README.md',

0 commit comments

Comments
 (0)