How to contribute to es codes?

Hi,
I want to submit some codes into elasticsearch, but I heard before that,
I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

I think that would be true for apache projects such as Lucene and Solr. ES,
is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just merge
it. I've made some minor contributions this way myself. If it is big, there
may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever picks it
up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard before that,
I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

hi,
Thank you very much for your response.
When I run 'git push' command, I got
ERROR: Permission to elasticsearch/elasticsearch.github.com.git denied to
dongaihua.

在 2013年3月21日星期四UTC+8下午5时27分29秒,Jilles van Gurp写道:

I think that would be true for apache projects such as Lucene and Solr.
ES, is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just merge
it. I've made some minor contributions this way myself. If it is big, there
may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever picks it
up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard before
that, I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

you need to push into your own github repo and then open a pull request

simon

On Tuesday, March 26, 2013 10:07:43 AM UTC+1, Dong Aihua wrote:

hi,
Thank you very much for your response.
When I run 'git push' command, I got
ERROR: Permission to elasticsearch/elasticsearch.github.com.git denied to
dongaihua.

在 2013年3月21日星期四UTC+8下午5时27分29秒,Jilles van Gurp写道:

I think that would be true for apache projects such as Lucene and Solr.
ES, is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just merge
it. I've made some minor contributions this way myself. If it is big, there
may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever picks it
up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard before
that, I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi, Simon:
This is my first time try to submit codes into es. I tried two ways.
The first way:

  1. git clone git@github.com:elasticsearch/elasticsearch.git
  2. git checkout -b mybranch
  3. chang some codes and commit
  4. git push -u origin mybranch
    I got error: ERROR: Permission to
    elasticsearch/elasticsearch.github.com.git denied to dongaihua.

Then I tried second way:

  1. clone git@github.com:elasticsearch/elasticsearch.git to my own repo:
    myes
  2. git checkout -b mybranch
  3. change some codes and commit
  4. push changes to my own repo
  5. I can create a push request successfully
    But I don't know how to submit this pull request to es community.
    My pull request is located at:
    Pull requests · dongaihua/highlight-elasticsearch · GitHub

在 2013年3月26日星期二UTC+8下午5时32分41秒,simonw写道:

you need to push into your own github repo and then open a pull request

simon

On Tuesday, March 26, 2013 10:07:43 AM UTC+1, Dong Aihua wrote:

hi,
Thank you very much for your response.
When I run 'git push' command, I got
ERROR: Permission to elasticsearch/elasticsearch.github.com.git denied to
dongaihua.

在 2013年3月21日星期四UTC+8下午5时27分29秒,Jilles van Gurp写道:

I think that would be true for apache projects such as Lucene and Solr.
ES, is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just
merge it. I've made some minor contributions this way myself. If it is big,
there may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever picks
it up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard before
that, I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

On Thursday, March 28, 2013 8:28:45 AM UTC+1, Dong Aihua wrote:

Hi, Simon:
This is my first time try to submit codes into es. I tried two ways.
The first way:

  1. git clone git@github.com:elasticsearch/elasticsearch.git
  2. git checkout -b mybranch
  3. chang some codes and commit
  4. git push -u origin mybranch
    I got error: ERROR: Permission to
    elasticsearch/elasticsearch.github.com.git denied to dongaihua.

Then I tried second way:

  1. clone git@github.com:elasticsearch/elasticsearch.git to my own repo:
    myes
  2. git checkout -b mybranch
  3. change some codes and commit
  4. push changes to my own repo
  5. I can create a push request successfully
    But I don't know how to submit this pull request to es community.
    My pull request is located at:
    Pull requests · dongaihua/highlight-elasticsearch · GitHub
    在 2013年3月26日星期二UTC+8下午5时32分41秒,simonw写道:

you need to push into your own github repo and then open a pull request

simon

On Tuesday, March 26, 2013 10:07:43 AM UTC+1, Dong Aihua wrote:

hi,
Thank you very much for your response.
When I run 'git push' command, I got
ERROR: Permission to elasticsearch/elasticsearch.github.com.git denied
to dongaihua.

在 2013年3月21日星期四UTC+8下午5时27分29秒,Jilles van Gurp写道:

I think that would be true for apache projects such as Lucene and Solr.
ES, is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just
merge it. I've made some minor contributions this way myself. If it is big,
there may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever picks
it up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard before
that, I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

I think in order to make this work you need to fork the ES repository on
github and then clone it so you can use github to issue pullrequests. I
think we need a how to page on the website I will try working somthing out.

simon

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi, Simon:
My second way is doing like what you are saying.
And pull request is created successfully, can you help review it? My pull
request is located at:
https://github.com/dongaihua/highlight-elasticsearch/pulls
If I miss any step or do wrong something, please tell me.
Thank you.

在 2013年3月28日星期四UTC+8下午4时10分28秒,simonw写道:

On Thursday, March 28, 2013 8:28:45 AM UTC+1, Dong Aihua wrote:

Hi, Simon:
This is my first time try to submit codes into es. I tried two ways.
The first way:

  1. git clone git@github.com:elasticsearch/elasticsearch.git
  2. git checkout -b mybranch
  3. chang some codes and commit
  4. git push -u origin mybranch
    I got error: ERROR: Permission to
    elasticsearch/elasticsearch.github.com.git denied to dongaihua.

Then I tried second way:

  1. clone git@github.com:elasticsearch/elasticsearch.git to my own repo:
    myes
  2. git checkout -b mybranch
  3. change some codes and commit
  4. push changes to my own repo
  5. I can create a push request successfully
    But I don't know how to submit this pull request to es community.
    My pull request is located at:
    Pull requests · dongaihua/highlight-elasticsearch · GitHub
    在 2013年3月26日星期二UTC+8下午5时32分41秒,simonw写道:

you need to push into your own github repo and then open a pull request

simon

On Tuesday, March 26, 2013 10:07:43 AM UTC+1, Dong Aihua wrote:

hi,
Thank you very much for your response.
When I run 'git push' command, I got
ERROR: Permission to elasticsearch/elasticsearch.github.com.git denied
to dongaihua.

在 2013年3月21日星期四UTC+8下午5时27分29秒,Jilles van Gurp写道:

I think that would be true for apache projects such as Lucene and
Solr. ES, is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just
merge it. I've made some minor contributions this way myself. If it is big,
there may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever picks
it up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard before
that, I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

I think in order to make this work you need to fork the ES repository on
github and then clone it so you can use github to issue pullrequests. I
think we need a how to page on the website I will try working somthing out.

simon

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

In order to be able to create pull requests, you have to fork the
repository on github. This is github-specific. Only then you clone the fork
you created in order to work on it.

On Thu, Mar 28, 2013 at 10:39 AM, Dong Aihua jackiedong168@gmail.comwrote:

Hi, Simon:
My second way is doing like what you are saying.
And pull request is created successfully, can you help review it? My
pull request is located at: dongaihua · GitHub**
highlight-elasticsearch/pullshttps://github.com/dongaihua/highlight-elasticsearch/pulls
If I miss any step or do wrong something, please tell me.
Thank you.

在 2013年3月28日星期四UTC+8下午4时10分28秒,simonw写道:

On Thursday, March 28, 2013 8:28:45 AM UTC+1, Dong Aihua wrote:

Hi, Simon:
This is my first time try to submit codes into es. I tried two ways.
The first way:

  1. git clone git@github.com:elasticse**arch/elasticsearch.git
  2. git checkout -b mybranch
  3. chang some codes and commit
  4. git push -u origin mybranch
    I got error: ERROR: Permission to elasticsearch/elasticsearch.**github.com.git
    denied to dongaihua.

Then I tried second way:

  1. clone git@github.com:elasticsearch/**elasticsearch.git to my own
    repo: myes
  2. git checkout -b mybranch
  3. change some codes and commit
  4. push changes to my own repo
  5. I can create a push request successfully
    But I don't know how to submit this pull request to es community.
    My pull request is located at: dongaihua · GitHub**
    highlight-elasticsearch/pullshttps://github.com/dongaihua/highlight-elasticsearch/pulls
    在 2013年3月26日星期二UTC+8下午5时32分41秒,**simonw写道:

you need to push into your own github repo and then open a pull request

simon

On Tuesday, March 26, 2013 10:07:43 AM UTC+1, Dong Aihua wrote:

hi,
Thank you very much for your response.
When I run 'git push' command, I got
ERROR: Permission to elasticsearch/elasticsearch.**github.com.git
denied to dongaihua.

在 2013年3月21日星期四UTC+8下午5时27分29秒,**Jilles van Gurp写道:

I think that would be true for apache projects such as Lucene and
Solr. ES, is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just
merge it. I've made some minor contributions this way myself. If it is big,
there may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever
picks it up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard before
that, I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

I think in order to make this work you need to fork the ES repository on
github and then clone it so you can use github to issue pullrequests. I
think we need a how to page on the website I will try working somthing out.

simon

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Israel, thank you very much. It is really helpful.

在 2013年3月29日星期五UTC+8上午7时54分37秒,Israel Tsadok写道:

In order to be able to create pull requests, you have to fork the
repository on github. This is github-specific. Only then you clone the fork
you created in order to work on it.

Fork a repo - GitHub Docs

On Thu, Mar 28, 2013 at 10:39 AM, Dong Aihua <jackie...@gmail.com<javascript:>

wrote:

Hi, Simon:
My second way is doing like what you are saying.
And pull request is created successfully, can you help review it? My
pull request is located at: dongaihua · GitHub**
highlight-elasticsearch/pullshttps://github.com/dongaihua/highlight-elasticsearch/pulls
If I miss any step or do wrong something, please tell me.
Thank you.

在 2013年3月28日星期四UTC+8下午4时10分28秒,simonw写道:

On Thursday, March 28, 2013 8:28:45 AM UTC+1, Dong Aihua wrote:

Hi, Simon:
This is my first time try to submit codes into es. I tried two ways.
The first way:

  1. git clone git@github.com:elasticse**arch/elasticsearch.git
  2. git checkout -b mybranch
  3. chang some codes and commit
  4. git push -u origin mybranch
    I got error: ERROR: Permission to elasticsearch/elasticsearch.**github.com.git
    denied to dongaihua.

Then I tried second way:

  1. clone git@github.com:elasticsearch/**elasticsearch.git to my own
    repo: myes
  2. git checkout -b mybranch
  3. change some codes and commit
  4. push changes to my own repo
  5. I can create a push request successfully
    But I don't know how to submit this pull request to es community.
    My pull request is located at: dongaihua · GitHub**
    highlight-elasticsearch/pullshttps://github.com/dongaihua/highlight-elasticsearch/pulls
    在 2013年3月26日星期二UTC+8下午5时32分41秒,**simonw写道:

you need to push into your own github repo and then open a pull request

simon

On Tuesday, March 26, 2013 10:07:43 AM UTC+1, Dong Aihua wrote:

hi,
Thank you very much for your response.
When I run 'git push' command, I got
ERROR: Permission to elasticsearch/elasticsearch.**github.com.git
denied to dongaihua.

在 2013年3月21日星期四UTC+8下午5时27分29秒,**Jilles van Gurp写道:

I think that would be true for apache projects such as Lucene and
Solr. ES, is not under the Apache umbrella though.

So, just create a pull request. If it's small, I think they'll just
merge it. I've made some minor contributions this way myself. If it is big,
there may be some follow up.

Jilles

Start by creating a pull request on github. From there, whomever
picks it up will help yo

On Thursday, March 21, 2013 7:12:13 AM UTC+1, Dong Aihua wrote:

Hi,
I want to submit some codes into elasticsearch, but I heard
before that, I need sign a CLA.
Who can tell me how to do it?
Thank you.

-Regards-
-Jackie-

I think in order to make this work you need to fork the ES repository on
github and then clone it so you can use github to issue pullrequests. I
think we need a how to page on the website I will try working somthing out.

simon

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.