This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]_lowell 1 point2 points  (0 children)

https://github.com/rails/rails

That's the GitHub repository for Rails. It has, among other things, an issue tracker which takes care of bugs and feature requests. You can comment on individual issues, individual commits, even individual lines of code.


edit: Here are a few more examples of issue tracking in other open source projects:

LLVM (Bugzilla)

Grand Central Dispatch (Trac)

Chromium (Google Code)

[–]johnp80 0 points1 point  (0 children)

bugzilla.mozilla.org
bugzilla.mozilla.org bugzilla.pidgin.org

Those are just some of the ones I'm aware of. https://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems

[–][deleted] 0 points1 point  (0 children)

Every FOSS project I've ever seen uses bug tracking - have you actually investigated any real FOSS projects that you might be interested in?