I couldn&#39;t help writing the below; I would love feedback on it, as I think I might turn it into a HelpTopic. In particular, it clearly wants a bit at the end about &quot;where to file a bug,&quot; but I think the language about the mailing list below is okay; people with post bugs to the list regardless of how anyone feels about it:)<div>
<div><br></div><div>WHAT&#39;S IN A BUG</div><div><br></div><div>One day, you will be Squeaking away happily, and something unexpected will happen. It could be something subtle, or it could be something really ugly: the VM might even crash. In any such case, you&#39;ve found a bug.</div>
<div><br></div><div>A dynamic programming environment like Squeak is a little different from a traditional shrink-wrapped application in that the bug you&#39;ve found quite likely belongs to you. Before reporting an issue, it&#39;s a good idea to see if you can reproduce the problem in a fresh image of the same version. If you can&#39;t reproduce the issue in a fresh image, it&#39;s probable that you yourself have broken something. It&#39;s okay! Spend some time trying to figure out what&#39;s going wrong and why. Dig in and see what you can learn about the problem; anything you are able to learn this way will assist you in better communicating the problem if you do decide to ask someone in the community to help you. Just remember, the people in the community are just Squeakers like you, and are not employed or otherwise obligated to help you.</div>
<div><br></div><div>On the other hand, if you can regularly reproduce the problem with a fresh image, you mat have found a bug in Squeak. If you do find a bug in Squeak, you should dig right in! Learn whatever you can about it. See if you can figure out how to fix it: there&#39;s nothing more satisfying than fixing a bug you&#39;ve found yourself, except perhaps for sharing it with your friends on the mailing list. It&#39;s okay if you aren&#39;t able to fix the bug yourself, but before posting to the list, it&#39;s good to make sure you&#39;ve checked the following boxes:</div>
<div><br></div><div>- Write a general description of the problem.</div><div>- Supply (as exactly as possible) the steps you use to reproduce the problem.</div><div>- Explain what you expected to happen.</div><div>- Explain what actually happened.</div>
<div>- If the bug produces a crash, it&#39;s really helpful to include a stack trace.</div><div>- If the bug has a visible component or effect, obtain a screenshot.</div><div>- Note the version of the Squeak image that you are using.</div>
<div>- Note version of the virtual machine you are running on.</div><div>- Specify the operating system you are using.</div><div><br></div><div>The above activities will help the community narrow down what might be going wrong. Above all, steps to reproduce the problem are the most critical component to debugging. Without a way to reproduce an issue, it&#39;s almost impossible to conduct a fruitful investigation of it.</div>
<div><br></div><div>(INSERT CLOSING PARAGRAPH ABOUT WHERE AND HOW TO ACTUALLY FILE THE BUG)</div><div><br>-- <br>Casey Ransberger<br>
</div></div>