How can I persuade my designer to give good bug reports? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T04:04:05Z http://stackoverflow.com/feeds/question/556445 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports 0 How can I persuade my designer to give good bug reports? Ali A 2009-02-17T11:46:46Z 2009-02-17T12:18:35Z <p>So we have a small team for a certain project. Developer (Python), designer (html/css/jinja2), content manager.</p> <p>Now, often the designer (html/css/jinja2) (who is quite technically adept in a Windows way) will pick up bugs and report them:</p> <blockquote> <p>"Ali, I have a problem with text."</p> </blockquote> <p>Should say "Ali, I am having an exception rendering unicode characters"</p> <p>Or another example:</p> <blockquote> <p>"Ali, I have the error page."</p> </blockquote> <p>Should say what the exception is, when it's happening, etc.</p> <p>Is there any way I can teach him? Note that he is technically adept, a good designer, and does understand the concepts. He just refuses as a first line to express the useful information without painful cross-examination. I am wasting about 7 minutes per report.</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556455#556455 1 Answer by grapefrukt for How can I persuade my designer to give good bug reports? grapefrukt 2009-02-17T11:50:01Z 2009-02-17T11:50:01Z <p>Ask him how he expects you to be able to fix the error if he does not explain it. Admittedly the unicode might be a bit tricky for a non programmer, but try to get across that the more specific he is in his initial report the less will you bug him about info later. That will save both his and your time in the long run.</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556464#556464 2 Answer by Roger Lipscombe for How can I persuade my designer to give good bug reports? Roger Lipscombe 2009-02-17T11:53:14Z 2009-02-17T11:53:14Z <p>In your bug tracker (you are using one, right?) mark the bug as "REJECTED: not enough information". He'll get the idea fairly quickly.</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556466#556466 1 Answer by Armadillo for How can I persuade my designer to give good bug reports? Armadillo 2009-02-17T11:53:50Z 2009-02-17T11:53:50Z <p>If he is not verbose, tell him to send you some <em>PrintScreen</em> from the buggy page. With that, you can actually see what's the problem</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556471#556471 5 Answer by David Grant for How can I persuade my designer to give good bug reports? David Grant 2009-02-17T11:54:46Z 2009-02-17T11:54:46Z <p>In your bug reporting script, you need to ask questions to dig deeper, e.g. </p> <ol> <li>What did you expect to see?</li> <li>What did you actually see?</li> <li>What steps are needed to reproduce this issue?</li> </ol> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556487#556487 1 Answer by Ronny Vindenes for How can I persuade my designer to give good bug reports? Ronny Vindenes 2009-02-17T11:57:02Z 2009-02-17T11:57:02Z <p>Tell him what you need. Then use tools that will ease his work like Fogbugz with the screenshot program.</p> <p>Do not try to belittle him or accuse him of wasting your time or doing more harm than good. From his point of view he is doing you a favor by letting you know of the mistakes you have done. Depending on his personality you should be able to frame his bug reporting either as he is making a contribution and taking ownership in the project or as a competition where he get's to "beat" you by filing bugs that can be solved.</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556495#556495 1 Answer by Andrzej Doyle for How can I persuade my designer to give good bug reports? Andrzej Doyle 2009-02-17T11:58:17Z 2009-02-17T11:58:17Z <p>I'd try to get him to use some empathy so as to understand what it unusable from your side. If you give examples he can relate to (perhaps something like a hypothetical customer/boss saying "the text is in the wrong place, fix it") then he'll appreciate how any action is impossible without any more information.</p> <p>If you can come up with examples that might fit into <em>his</em> workflow, then hopefully he'll understand why the lack of information makes <em>your</em> job impossible, and will provide the context you need in future.</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556528#556528 2 Answer by Aaron Digulla for How can I persuade my designer to give good bug reports? Aaron Digulla 2009-02-17T12:08:07Z 2009-02-17T12:08:07Z <p>Find the answer to this question: What's in it for <em>him</em>? People won't change unless that change is obviously advantageous to them.</p> <p>From his point of view, you should know all about the problem because a) you wrote the code and b) he has seen the problem. Since he has no idea what you do (or how), he can't make the connection between "what I saw" and "what you know".</p> <p>So to get what you want, you must tell him: "I can't address your reports unless they contain the information I need to reproduce the problem. Attach a screen shot, the URL, and tell me what you were doing.". This gives a clear and easy recipe what you usually need.</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556546#556546 1 Answer by Megadix for How can I persuade my designer to give good bug reports? Megadix 2009-02-17T12:12:56Z 2009-02-17T12:12:56Z <p>I suggest to let him work on the issue queue for some time; you could ask him to help you sort out bug reports and to assign them to correct trackers/categories/developers (including himself). He will soon understand what's a good report, granted!</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556558#556558 1 Answer by feihtthief for How can I persuade my designer to give good bug reports? feihtthief 2009-02-17T12:18:06Z 2009-02-17T12:18:06Z <p>I think Aaron Digulla touched on the simple truth: <strong>What is in it for the designer</strong>. Explain that every time he encounters a bug it's time out of his life too. As soon as he realizes the better the feedback he gives you, the faster the bug will no longer be in his life either.</p> http://stackoverflow.com/questions/556445/how-can-i-persuade-my-designer-to-give-good-bug-reports/556562#556562 1 Answer by brodie for How can I persuade my designer to give good bug reports? brodie 2009-02-17T12:18:35Z 2009-02-17T12:18:35Z <p>Read (and get him to read) <a href="http://www.joelonsoftware.com/articles/fog0000000029.html" rel="nofollow">Joel's Painless Bug Tracking article</a> ... hopefully this explains the how's and why's to him</p>