The document discusses research into what makes a good bug report based on a survey of over 150 developers. It finds that the most helpful items for fixing bugs are steps to reproduce, stack traces, and observed behavior. The biggest problems causing delays are incomplete information, wrong steps to reproduce, and wrong expected behavior. The research also measured bug report quality and found stack traces and readability correlated with shorter fix times.