TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: issue tracking for open source project?

2 pointsby epallover 16 years ago
I'm working on an open source project that happens to be moving its hosting over the next couple of weeks, and we're looking at ditching our current issue tracking system, Trac. Some of the members have expressed concern about switching to a hosted solution like Lighthouse or Assembla, but the less we depend on one person's personal hosting, the better for maintenance. What bug tracking systems do you use? What would you recommend? We need something that is easy for non-developers to submit to, and GitHub/git integration is important to us. We'd like something that is user-hosted (like Trac or Redmine), but a sufficiently awesome hosted tool might fly.

5 comments

wavesplashover 16 years ago
Github + Lighthouse works pretty seamlessly for us. I wouldn't go back to self-hosted system. Why are the team members concerned? Lighthouse+github really beats the pants off of Trac IMHO.
leftnodeover 16 years ago
If you want to keep it private only, I love Eventum from Mysql (found at <a href="http://eventum.mysql.org/wiki/index.php/Main_Page" rel="nofollow">http://eventum.mysql.org/wiki/index.php/Main_Page</a>).<p>However, for just a good solid bug tracker, you can't beat Mantis in my opinion.<p>Not sure how it integrates with GitHub, they use git to manage the code, and the latest version of Mantis has the ability to have plugins, so you could always write a plugin for git.
jlouisover 16 years ago
I've come to the conclusion that a mailing list is the correct bug tracker, together with a file in the repository. The cool part is that unless people make an effort themselves, their "problems" are not likely to influence development.<p>By the way: This is not a joke. Think a bit about it and you will see that it <i>is</i> a possible alternative.
makecheckover 16 years ago
I guess I'm surprised to hear anyone moving away from Trac (I've moved projects <i>toward</i> it), and am curious as to why.<p>But for open-source projects I've relied on SourceForge, which certainly has a reasonable issue tracking system; and apparently it allows plug-ins for at least Bugzilla.
评论 #417766 未加载
abalashovover 16 years ago
I have been very pleased with Mantis.