Rohit: Three places to start if you don't want to dive into live code right off the bat: 1> improve javadocs. This'll give you a great start into understanding the rest of the code. 2> improve the Wiki. We just moved to Confluence, there's significant work to be done both in the mechanics of the move and improving the Wiki docs. 3> improve the unit tests. Take a look at the Clover report (I can help you find it). Pick a bit of code that isn't covered by unit tests and write a test for it.
Of course if there's an issue you are just dying to work on, that's fine as well. Personally when starting something new I feel safer working on non main-line code for a while, but then perhaps I'm just naturally timid <G>... Best Erick On Wed, Mar 27, 2013 at 9:06 AM, Steve Rowe <[email protected]> wrote: > Hi Rohit, > > Welcome! > > Check out <http://wiki.apache.org/lucene-java/HowToContribute>, in particular > the bottom section "Getting your feet wet: where to begin?". > > Steve > > On Mar 27, 2013, at 7:10 AM, Rohit Kumar <[email protected]> > wrote: > >> Hi >> >> I am a java developer looking forward to contributing to lucene. It would be >> helpful if I can get some help on issue on which i can stat. >> >> Thanks >> Rohit > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
