]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/Better_bug_tracking_support.mdwn
5bf8a95b2f082ee088522591935ea79b07221f5e
[ikiwiki.git] / doc / todo / Better_bug_tracking_support.mdwn
1 I see that ikiwiki has already some [[bugs]] stored on the wiki, but adding
2 better support for bug tracking would really make it a good project
3 management system for small projects. Storing the sourcecode, wiki, developer
4 blog and the issue tracker information under a same revision control
5 system really makes sense. At the moment the only part missing from ikiwiki 
6 is the bug tracker plugin.
7
8 The support would not need to be anything fancy, assignment of bug numbers
9 is perhaps the biggest thing missing when compared to a plain wiki page.
10 Integration with the revision control system a la [scmbug](http://www.mkgnu.net/?q=scmbug) 
11 would really neat though, so that bug tracker commands like (closes: #nnn) could 
12 be embedded to the source code repository commit messages.