Hey guys 
I think its time for a documentation offensive! I want to cover two main areas with that:
I think its time for a documentation offensive! I want to cover two main areas with that:
- user documentation - give users a good documentation at hand. Nobody is going to search through the forum to get to know what mods are, how exactly these miniions work and so on. I think the wiki would be a good place to collect all this information, provide tutorials and stuff. As always, pictures and videos can help a lot!
- developer documentation - I think that's the easier part. Most of us follow the discussions in relevant threads and attend some interesting convos on the IRC. But nevertheless, haning around on the chat there are so many questions that are asked the 3rd time - we have to write down the answer somewhere! The important points here are
- Keep incubator header up to date - if you've reached a goal (or even a part of it) you may give a hint in the first thread, something like a TODO list. That gives new contributor the chance to get an easy overview of what is working and what not. Or rewrite the summary from time to time as things change.
- Create wiki pages as well - the wiki pages are useful for developers, too. You can provide useful information on your system, how you solved problems or just give examples on how to use your part of code....
- at least write good javadoc - this part should be self explanatory. The more descriptive the method/variable/class names, the easier to understand