|
我E文不行,下面的文章看懂了,可是就是翻译写不出来,自己写的,自己看了都觉得看不下去,哪位高人,有时间,翻译一下,让俺们也参考一下.
比如:红色字体的单词的翻译,我就晕,不知道该如何准确地翻译。
How to Write a Useful Bug Report
Useful bug reports are ones that get bugs fixed. A useful bug report normally has two qualities:
1. Reproducible. If an engineer can't see it or conclusively prove that it exists, the engineer will probably stamp it WORKSFORME or INVALID, and move on to the next bug. Every relevant detail you can provide helps.
2. Specific. The quicker the engineer can isolate the issue to a specific problem, the more likely it'll be expediently fixed. If you're crashing on a site, please take the time to isolate what on the page is triggering the crash, and include it as an HTML snippet in the bug report if possible. (Specific bugs have the added bonus of remaining relevant when an engineer actually gets to them; in a rapidly changing web, a bug report of "foo.com crashes my browser" becomes meaningless after the site experiences a half-dozen redesigns and hundreds of content changes.)
Let's say you crash at foo.com, and want to write up a bug report:
|
|