Hey gang! Looking for some recommendations on issue tracking software that I can run on Linux. Partly so that I can keep track of my hobby dev projects, partly so that I’ve got a bit more to talk about in interviews. My current workplace uses Jira, Trello and Asana for various different projects, which, eh, mostly serve their purposes. But I’m not going to be running those at home.

The ArchWiki has Bugzilla, Flyspray, Mantis, Redmine and Trac, for instance. Any of those an improvement over pen and paper? Any of those likely to impress an employer?

  • IMO web based bug trackers are overkill for personal projects.

    I don’t think so. This fixme-in-the-file wouldn’t suit me well for example, because a lot of my projects are not file-based, and also because I regularly find myself writing lengthy comments under my gitea tickets to preserve how did I do something, or when something doesn’t work to record the symptoms and what I tried to fix it, etc.

    Gitea is probably not the best tool either for this, but it’s quite good, and to me objectively better: all notes (issues and their comments) are timestamped and those can’t be modified by mistake, tag support, several other aspects for categorization…