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. Thanks and Regards, Malaka Mahanama Virtusa ~ Sri-Lanka On Sun, Mar 9, 2014 at 8:35 AM, Dave <[email protected]> wrote: > I added a page to our website that explains how to contribute code to > Usergrid: > > http://usergrid.incubator.apache.org/docs/contribute-code/ > > Feedback is most welcome. Do I need to add more details? Should I show > every command? Am I missing other important points? > > I plan to add another page that explains how to contribute documentation > and website changes. > > Thanks, > Dave >
