Reporting high impact bugs
Thursday, June 5th, 2008Marie Hagman writes a Bug Reporting Best Practices guide with a focus on reporting bugs that are likely to be fixed:
Bugs that less likely to be fixed:
It would be great to fix every bug in the product, but it’s also great to ship J. In prioritizing which issues to fix, here are the some factors that cause certain bugs to miss the triage bar. Bugs that are least likely to be addressed:
- Are not reproducible or very hard to reproduce. This may be because the problem occurs intermittently or there are not enough details in the bug report
- Have strange and complex steps to introduce failure
- Have no perceived customer impact
- Are edge cases
- Risk introducing greater instability through the bug fix then the bug itself causes. Especially late in the product cycle, the bar for these types of bugs is very high because the bugs that may be introduced by the fix we will likely not have time to fix.
Popularity: 54% [?]