Repository: kafka-site Updated Branches: refs/heads/asf-site 851b2683e -> b22336db9
minor changes on contributing page to trigger a mirror Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/b22336db Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/b22336db Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/b22336db Branch: refs/heads/asf-site Commit: b22336db9e394c064eb8ace72994a3833ca22159 Parents: 851b268 Author: Guozhang Wang <[email protected]> Authored: Thu Oct 5 09:20:43 2017 -0700 Committer: Guozhang Wang <[email protected]> Committed: Thu Oct 5 09:20:43 2017 -0700 ---------------------------------------------------------------------- contributing.html | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/b22336db/contributing.html ---------------------------------------------------------------------- diff --git a/contributing.html b/contributing.html index 053b3d4..7c00d89 100644 --- a/contributing.html +++ b/contributing.html @@ -38,6 +38,9 @@ <p> Please contact us to be added the contributor list. After that you can assign yourself to the JIRA ticket you have started working on so others will notice. </p> + <p> + If your work is considered a "major change" then you would need to initiate a Kafka Improvement Proposal (KIP) along with the JIRA ticket (more details can be found <a href="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals">here</a>). Please ask us to grant you the permission on wiki space in order to create a KIP wiki page. + </p> <p> Once you have gotten through the basic process of checking in code, you may want to move on to a more substantial project. We try to curate this kind of project as well, and you can find these <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20project%20AND%20status%20%3D%20Open">here</a>. </p>
