You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by Malaka Mahanama <ma...@gmail.com> on 2014/04/07 18:39:21 UTC

Re: How to contribute to Usergrid

Thank you for the feedback Lieven and Dave.
Successfully did a pull request to the project.

Thanks and Regards,
Malaka Mahanama
Virtusa ~ Sri-Lanka


On Mon, Mar 17, 2014 at 3:11 AM, Dave <sn...@gmail.com> wrote:

> On Sun, Mar 9, 2014 at 3:26 PM, Malaka Mahanama <
> malaka.open.source@gmail.com> wrote:
>
> > Dave,
> >
> > That doc looks good !
> >
> > I am currently going through the JIRA page and fixing some of the bugs.
> > After a review of the fixes (on the mailing list) I am planning to commit
> > to the original source so that a commiter can do the merge.
> >
> > *Here is what I did, on a windows machine:*
> >
> > Git init
> >
> > git clone git@github.com:usergrid/usergrid.git
> >
> >
> > *Made the changes in my local code and planning to execute the following
> > commands:*
> >
> > git add
> > \stack\core\src\main\java\org\apache\usergrid\persistence\Query.java
> >
> > git commit -m "fix for bug USERGRID-[bug ID here], ICLA - Malaka
> Mahanama"
> >
> > git push origin master
> >
> >
> > Please let me know if this is the correct approach.
> >
> > Else could you let me know the proper steps and we can add it to the
> above
> > link so that it would benefit future contributors as well.
>
>
>
> That approach will work. The next step would be for you to create a Pull
> Request against the usergrid/usergrid project.
>
> If you are working on multiple changes to Usergrid you might want to create
> a branch in your clone for each of those changes so that you can submit
> each as a separate PR.
>
> - Dave
>