From: <the...@us...> - 2007-03-23 06:52:11
|
Revision: 18214 http://svn.sourceforge.net/gaim/?rev=18214&view=rev Author: thekingant Date: 2007-03-22 23:52:10 -0700 (Thu, 22 Mar 2007) Log Message: ----------- We should really try to motivate young, potential future developers more Modified Paths: -------------- web/htdocs/faq2.txt Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2007-03-21 08:33:15 UTC (rev 18213) +++ web/htdocs/faq2.txt 2007-03-23 06:52:10 UTC (rev 18214) @@ -1067,16 +1067,23 @@ !SECTION Development +!ANCHOR contribute Q: Can I help? -A: But of course. Just find something that's bugging you and fix it. -There are a slew of a bug reports in Gaim's bug report tracker - you could -pick one and try to tackle it and submit a patch. You could also help -with general bug triage by going through the bug reports and leaving -comments such as "this has been fixed" or "this is a duplicate of bug -#12345." As always, make sure you follow the same coding style used in -Gaim, and make sure you don't break the core/UI split. +A: Yes! We especially need small patches for small bugs, and lots of +bug triaging. There are a slew of a bug reports in Gaim's bug report +tracker - you could pick one and try to tackle it and submit a patch. +We love patches. +Bug triaging is when you look at a bug report and determine whether it +is a duplicate of an earlier report, or whether it is user error, or +maybe you need to request additional information to be able to reproduce +the bug. SourceForge won't let random users modify the settings on bugs, +but if you leave helpful comments we can go through and make the +appropriate changes. <a +href="http://sourceforge.net/tracker/?func=browse&group_id=235&atid=100235">Dig +in.</a> + Q: Gaim never leaves a core file. A: On most installs core files are limited in size to 0 bytes, and are @@ -1091,7 +1098,10 @@ video chat? A: We hope to add voice and video support in Gaim 3.0.0. We don't -have a timeline for when this will be finished. +have a timeline for when this will be finished. Voice and video is +a very time intensive feature, and many of the core group of Gaim +developers are very busy. <a href="#contribute">Help ease their +burden!</a> Q: Where should I report bugs? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |