On Sun, Mar 9, 2014 at 3:26 PM, Malaka Mahanama < [email protected]> 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 [email protected]: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
