1 There are two kinds of things that can be done:
2 refactorings (think of jogging in the morning, going to a spa, well make the code better :)
3 new features (go to law school, get a job, do something real)
4 Just a joke - pick yourself a task and work on it.
8 * set up loading of default settings from inside the /forum dir
9 * automatic dependency checking for modules
10 * propose how to rename directory forum --> osqa
11 without breaking things and keeping name of the project root
12 named the same way - osqa
15 Whoever wants - pick a feature from the WISH_LIST
16 add it here and start working on it
17 If you are not starting immediately - leave it on the wishlist :)
20 1)after this is done most new suggested features
21 may be worked on easily since most of them
22 only require editing view functions and templates
24 However, anyone can work on new features anyway - you'll
25 just have to probably copy-paste your code into
26 the branch undergoing refactoring which involves
27 splitting the files. Auto merging across split points
28 is harder or impossible.