Hi, I'm very new to Wine and especially to these forums. But I really like it and would like to aid this program. So if I want to help Wine, not by donating because I'm not quite on the rich side of society. However, I'd like to help with checking source and writing it. Where should I begin? Who should I contact about this? Are there any developer resources or developer forums? Thanks ;)
On Tue, Jun 2, 2009 at 4:03 AM, bdeboare <wineforum-user at winehq.org> wrote:> Hi, I'm very new to Wine and especially to these forums. But I really like it and would like to aid this program. > So if I want to help Wine, not by donating because I'm not quite on the rich side of society. However, I'd like to help with checking source and writing it. Where should I begin? Who should I contact about this? Are there any developer resources or developer forums?Developers are always needed, there's a ton of code to write. Start here: http://wiki.winehq.org/Developers. Source is available here: http://source.winehq.org/git/wine.git. Pick a bug you want to fix here: http://bugs.winehq.org/ and have fun. (Hint: pick a bug with keyword 'patch' to find an easy starting point). Good luck! -- -Austin
austin987 wrote:> On Tue, Jun 2, 2009 at 4:03 AM, bdeboare <wineforum-user at winehq.org> wrote: > > > Hi, I'm very new to Wine and especially to these forums. But I really like it and would like to aid this program. > > So if I want to help Wine, not by donating because I'm not quite on the rich side of society. However, I'd like to help with checking source and writing it. Where should I begin? Who should I contact about this? Are there any developer resources or developer forums? > > > > Developers are always needed, there's a ton of code to write. Start > here: http://wiki.winehq.org/Developers. Source is available here: > http://source.winehq.org/git/wine.git. Pick a bug you want to fix > here: http://bugs.winehq.org/ and have fun. (Hint: pick a bug with > keyword 'patch' to find an easy starting point). > > Good luck! > > -- > -AustinHey thanks, I'll look into that!