I have always been ashamed that I rarely consider reporting a bug. Though, most of the time I assume that the "bug" is caused by my ignorance. I think this man's efforts should be applauded. :) Good luck!
I know you're probably refering to open source projects, but a lot of software doesn't even have ways to report bugs to send feedback.
I Will File Bugs for You (2014)
31–40 of 46 posts
Re: I Will File Bugs for You (2014)
#32Earlier quoted context omitted.
http://i.imgur.com/0c1fGpR.jpg
Holy crap! Do you really have ~100 browser tabs open?
Re: I Will File Bugs for You (2014)
#33I like this. Less so for his actual offer, but more because he is calling attention to how hard it is to do this for people who don't want to deal with a "bug tracking system... optimized for people who spend all day every day working with it". It would be nice if there was a single, easy to use site for mere mortals to enter bug reports (and others can comment on them, vote on them, process them, etc).....one sort o…
Even people with limited computer skills know how to use email. This ensures you get the maximum number of bug reports.
When you personally reply to emails (no automatic responses), people are extremely helpful. When I can't immediately reproduce a bug that a customer reported, I ask them a series of questions, and they almost always respond quickly. If you send clear instructions, you will get useful information even from people who have no clue what they are doing.
If you force people to fill out a lot of unnecessary info beforehand, you'll get less bug reports. If you send them automatic replies, they wont respond.
Re: I Will File Bugs for You (2014)
#34I like this. Less so for his actual offer, but more because he is calling attention to how hard it is to do this for people who don't want to deal with a "bug tracking system... optimized for people who spend all day every day working with it". It would be nice if there was a single, easy to use site for mere mortals to enter bug reports (and others can comment on them, vote on them, process them, etc).....one sort o…
> It would be nice if there was a single, easy to use site for mere mortals to enter bug reports (and others can comment on them, vote on them, process them, etc).....one sort of like Github or StackOverflow, where we all sort of agree to use that site. Where they exist, they promptly get overwhelmed by all kinds of stupid shit. Then the devs have to filter through insane amounts of crap and sundry sorts of spam for…
For example, if you get lots of complaints about something you consider obvious, maybe you should reconsider what's obvious. Often minor changes like improved docs or more googleable error messages can improve the experience for many users. And you'll see if changes are effective as soon as a specific sort of "crap" stops showing up in your bug reporting system.
Re: I Will File Bugs for You (2014)
#35I like this. Less so for his actual offer, but more because he is calling attention to how hard it is to do this for people who don't want to deal with a "bug tracking system... optimized for people who spend all day every day working with it". It would be nice if there was a single, easy to use site for mere mortals to enter bug reports (and others can comment on them, vote on them, process them, etc).....one sort o…
I think a much better way would be to just post a public email address for reporting bugs. That's what I'm doing for my (closed source) apps, and it works extremely well. Even people with limited computer skills know how to use email. This ensures you get the maximum number of bug reports. When you personally reply to emails (no automatic responses), people are extremely helpful. When I can't immediately reproduce a…
Re: I Will File Bugs for You (2014)
#36Earlier quoted context omitted.
> It would be nice if there was a single, easy to use site for mere mortals to enter bug reports (and others can comment on them, vote on them, process them, etc).....one sort of like Github or StackOverflow, where we all sort of agree to use that site. Where they exist, they promptly get overwhelmed by all kinds of stupid shit. Then the devs have to filter through insane amounts of crap and sundry sorts of spam for…
In my experience the "stupid shit" and "crap you don't want" is often useful feedback. At the very least, it tells you which parts of your app are most confusing. For example, if you get lots of complaints about something you consider obvious, maybe you should reconsider what's obvious. Often minor changes like improved docs or more googleable error messages can improve the experience for many users. And you'll see i…
Re: I Will File Bugs for You (2014)
#37Re: I Will File Bugs for You (2014)
#38Earlier quoted context omitted.
In my experience the "stupid shit" and "crap you don't want" is often useful feedback. At the very least, it tells you which parts of your app are most confusing. For example, if you get lots of complaints about something you consider obvious, maybe you should reconsider what's obvious. Often minor changes like improved docs or more googleable error messages can improve the experience for many users. And you'll see i…
Except when tons of emails come in that can't even coherently describe the part of the program that doesn't work or the approximate process they are attempting.
Re: I Will File Bugs for You (2014)
#39Normally, I think of ways to increase involvement with OSS communities. He's helping people, and probably learning in the process, which is great. But it would be even better if he could add a touch of "help people help themselves"; otherwise I'm concerned that the OSS process will feel a little more sterile.
Re: I Will File Bugs for You (2014)
#40Earlier quoted context omitted.
I think a much better way would be to just post a public email address for reporting bugs. That's what I'm doing for my (closed source) apps, and it works extremely well. Even people with limited computer skills know how to use email. This ensures you get the maximum number of bug reports. When you personally reply to emails (no automatic responses), people are extremely helpful. When I can't immediately reproduce a…
That works for small projects, but doesn't scale brilliantly. At some point, many projects need to handle more bug reports than one person can realistically handle in their spare time, and totally unstructured freeform text slows things down on top of that.
Everybody is more satisfied this way, users get quick feedback that their problem is being looked at, developers get enough information put into the bug tracker to be useful in fixing the issue and the number of useless bugs to wade through goes down immensely.