An Open Source Author's Lament
github.com
An Open Source Author's Lament
1–10 of 57 posts
Re: An Open Source Author's Lament
#2Edit: Thanks!
Re: An Open Source Author's Lament
#3Re: An Open Source Author's Lament
#4Re: An Open Source Author's Lament
#5https://github.com/jashkenas/coffee-script/issues/2864#issue...
Is that guy serious?
Re: An Open Source Author's Lament
#6One possibility I've wondered about is making the GitHub issues list read-only, except for project maintainers. Then bug reports and feature requests would go initially only to the project's forum or IRC channel, which has much less maintenance cost, because threads or conversations don't need to be "closed". If they attract enough attention (because they describe a painful bug, or a really good idea), then a project maintainer is likely to notice and choose to file an issue.
Re: An Open Source Author's Lament
#7 Ok thanks for closing my issue.
@humanchimp's very next comment: The sarcasm is not appreciated, [...]Re: An Open Source Author's Lament
#8Isn't this just a failure in the art of delegation? Having every maintainer read every ticket clearly doesn't scale...
In practice, you'll rarely find a jQuery ticket (for example) that doesn't have to be read in the end by Dave, and you'll rarely find a Bootstrap ticket that doesn't have to be read by Mark:
https://github.com/twitter/bootstrap/issues/7334
https://github.com/twitter/bootstrap/issues/7333
https://github.com/twitter/bootstrap/issues/7325
https://github.com/twitter/bootstrap/issues/7320
https://github.com/twitter/bootstrap/issues/7324
https://github.com/twitter/bootstrap/issues/7312
https://github.com/twitter/bootstrap/issues/7302
https://github.com/twitter/bootstrap/issues/7296
https://github.com/twitter/bootstrap/issues/7290
https://github.com/twitter/bootstrap/issues/7282
https://github.com/twitter/bootstrap/issues/7279
https://github.com/twitter/bootstrap/issues/7265
... and those are just a random smattering from the past week!
Re: An Open Source Author's Lament
#9Bug tracking in general in volunteer communities is terrible. There will be languishing items, duplicates, missed items, really terrible reports, average ones, and a few very good ones. It is hard to be happy with the state no matter side of the reports you are on. (It hasn't been too different in some companies I've worked either.)
Hopefully someone can figure out how to solve the problem. I'd imagine some combination of stackoverflow (voting, commenting, karma), trello (visibility and sorting), mailing lists (most communication) and reporting tools all combined would work.
Re: An Open Source Author's Lament
#10A big problem with the Github issue tracker is that there are no priorities. Ideally what you want is someone to do the triage of new reports, prioritise them and then have the main team see them. Sorting by priority then gives an idea of outstanding work (or probably sorting by milestone and then by priority). Bug tracking in general in volunteer communities is terrible. There will be languishing items, duplicates,…
I think the problem is that users do not consider this a fun activity to help their open source project.