Lightweight bug and Issue tracking
Free Tools
1
Posts
1
Posters
0
Views
1
Watching
-
Hey guys, Some time ago at the company I work for we noticed that all the bug/issue trackers out there were simply much too complex/bloated for our needs. So we implemented a small bug tracker with a clean design and the bare minimum of functionality. Users are not required to log in, they just need to enter their name. The tracker can handle multiple bug lists (for us each list represents a product) Two bug states, unresolved and resolved, additionally bugs can be marked as important. Thinking that others might have similar thoughts, we decided to write a small setup script for it, and open source it: https://github.com/DukeW/Bugster Hope it will help some of you :)