title: Minimalist bundled and distributed bugtracker w/ orgmode date: 2015-10-11 09:20 author: Christine Lemmer-Webber tags: orgmode, hacking, foss, emacs
Thinking out loud here... this isn't a new idea but maybe here's a solid workflow...
"Distributed" as in the project's existing DVCS.
I think this would be a reasonably complete but very emacs user oriented bugtracker solution, so maybe in addition:
I think this would work. Lately I've been hacking on a project that's mostly just me so far, so I just have an orgmode file bundled with the repo, but I must say that it's rather nice to just hack an orgmode file and have your mini-bugtracker distributed with your project. I've done this a few times but as soon as the project grows to multiple contributors, I move everything over to some web based bugtracker UI. But why not distribute all bugs with the project itself? My main thinking is that there's a tool-oriented barrier to entry, but maybe the web page render can help with that.
I've been spending more time working on more oldschool projects that just take bugs submitted on mailing lists as a contribution project. They seem to do just fine. So I guess it entirely depends on the type of project, but this may work well for some.
And yes, there are a lot of obvious downsides to this too; paultag points out a few :)