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?

  • @CapillaryUpgrade
    link
    169 months ago

    Forgejo/Gitea are probably the most common “low-resource” (read: doesn’t use a couple of GB RAM, like Gitlab supposedly does) code forges.

    Do you want to impress future employers by running an enterprise-grade bugtracker or by showing that you can document your work with meaningful bug reports/etc.?

    If it’s the first option, consider Gitlab, if it’s the second option, what ever you like.

    • @addie@feddit.ukOP
      link
      fedilink
      39 months ago

      Cool, will have a look at those, thanks! More looking to impress with my knowledge of using a variety of bugtrackers; have got plenty of evidence to show that there’s a couple I know how to use.

      • @CapillaryUpgrade
        link
        79 months ago

        Then use Bugzilla. That will show you are ready to flail yourself for the good of the company /s

        Sorry, but i find that platform so painful to use.

        On a more serious note, i think some of the “github-style” (Gitlab/Gitea/Forgejo) can migrate between each other.

        Check out if that’s true and if so, try them all!