This is an automated email from the ASF dual-hosted git repository.

jgus 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 1acafe0  Add missing "to" to contributing page (#279)
1acafe0 is described below

commit 1acafe01e163d5738b71c497337dbd9e176e65e0
Author: tom1299 <[email protected]>
AuthorDate: Wed Aug 5 21:10:58 2020 +0200

    Add missing "to" to contributing page (#279)
    
    Co-authored-by: Thomas Reuhl <[email protected]>
---
 contributing.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contributing.html b/contributing.html
index daf43df..c797307 100644
--- a/contributing.html
+++ b/contributing.html
@@ -44,7 +44,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 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.
+               Please contact us to be added to 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.

Reply via email to