[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Community involvement

Alex LeDonne

2/6/2007 4:32:00 PM

On 2/6/07, Tech Guy <technodolt@gmail.com> wrote:
> Should I try to become involved in a
> rubyforge project? Should I just hunt down some random project's Trac and
> start making fixes and submitting them?

Start with a project (on rubyforge or elsewhere) that you have used.
Write tests for issues you find, or for issues on that project that
don't have tests. Write a fix that makes one of the failing tests
pass. Submit. (At least, that worked for me.)

-Alex