Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you get your users to report bugs using the appropriate channels? [closed]

We have got a setup where users can either use a web-based form or send e-mail to a particular e-mail address so that they can report a bug. If they do this, a record is created in the bug tracking system, and the appropriate developers are notified by e-mail.

Some users are still sending e-mails to us personally, calling us on the phone, or (worst of all) finding us in person to describe the bugs verbally.

What do you do to encourage your users to use the bug reporting system you have arranged for them?

  • Do you refuse to accept bugs unless they are submitted via an approved route?
  • Do you accept bugs reported through other means, but gently (or sternly?) remind the users to instead use proper channels?
  • Do you not even bother with having "accepted routes" for bug reporting, and just take what you get?

And whatever means you use, how do you address the following:

  • Not making the users feel as if you are avoiding work by constraining their contact methods
  • Encouraging bug reporting (it's amazing how many users will just let bugs slide without reporting them until weeks or months later)
  • Cultivating goodwill and trust (cough) between your team and your users

I am looking for some general guidance on this issue. We had hoped by making things easier for them it would help the issue, and it has to some extent, but does anyone have some particular successful (or unsuccessful) methods to share?

like image 983
Adam Bellaire Avatar asked Dec 08 '22 08:12

Adam Bellaire


1 Answers

Integrate them with the process unsuspectingly

Something I would try is when you get an out-of-band report, formalise it as a bug, cc them in on the bug via email, and leave the bug in a 'needs checking' state and then request they read it to make sure its written right.

Its not a super solution, but Its more likely to coax them into understanding the benefits of the system, and realise their attempts to do it differently will ultimately be harder for them to do than just firing up their web browser and reporting it properly.

like image 198
Kent Fredric Avatar answered May 08 '23 20:05

Kent Fredric