Page 1 of 1

How to contribute to the developpement

PostPosted: 07 Jun 2010, 23:37
by Sentmoraap
Hi, I'd be happy to contribute to STK developpement.
I never contributed to an open-source program before, I never even programmed in team, so I don't know really what I have to do.
How to submit modified source code files ? (and where)

Re: How to contribute to the developpement

PostPosted: 08 Jun 2010, 01:22
by Auria
Hi Sentmoraap,

all development is welcome :)
the best place for development is generally the mailing list.
What I would recommend as a first step is to checkout SuperTuxKart from our Subversion repositories at sourceforge. You can then peek around at the code a bit. When you picked an area you would like to work on, or if you would like ideas, you can then post on the mailing list (or here, though the ml is preferred) so we can discuss about it a bit.
The next step is to code ;)
Then you can use SVN to generate patches describing your changes, and you can then send them to us.

Good luck, and welcome aboard shall you decide to dive in deeper! :)

Re: How to contribute to the developpement

PostPosted: 08 Jun 2010, 14:20
by Sentmoraap
Thanks!