This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e3e4259 MINOR: add more info in the "adding to contributor list"
section (#266)
e3e4259 is described below
commit e3e425924ac81829a917ce9520c47b198bfdd88b
Author: showuon <[email protected]>
AuthorDate: Wed May 27 10:32:49 2020 +0800
MINOR: add more info in the "adding to contributor list" section (#266)
Reviewer: Matthias J. Sax <[email protected]>
---
contributing.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing.html b/contributing.html
index 5ed674d..070ca92 100644
--- a/contributing.html
+++ b/contributing.html
@@ -43,7 +43,7 @@
The easiest way to get started working with the code base is to
pick up a really easy JIRA and work on that. This will help you get familiar
with the code base, build system, review process, etc. We flag these kind of
starter bugs <a
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20newbie%20AND%20status%20%3D%20Open">here</a>.
<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.
+ Please contact us to be added the contributor list with your
JIRA account username provided in the email. 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.