Hi Russ, Here's how to submit a bug report. Fortunately, GitHub makes it easy and straightforward.
Surf to https://github.com/pharo-project and find the particular project that's affected. I think in your case, you want "pharo": https://github.com/pharo-project/pharo Underneath "pharo-project/pharo" you'll see 7 links in a toolbar. Click on "Issues", which brings you here: https://github.com/pharo-project/pharo/issues On the right is a big green button, "New issue". Click that to get a bug entry form. You have a bug, so click the "Get started" button for "Bug report". Choose a good title, nicely worded, to be nice to the devs so they can get a good idea from just a glance. Short & sweet. (They prefer 50 characters or less, because your title becomes an email "Subject:" line.) There's a template bug report that tells you what they need from you. You can edit it or replace it with your bug report. Markdown is supported (and can help with readability). A "cheat sheet" is here: https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf and a more detailed explanation is here: https://guides.github.com/features/mastering-markdown/ The toolbar above the text area will apply the most-commonly-used markdown for you, with just a button click. Select text, click the associated button. You can click the "Preview" button to see how your markdown will be rendered in the submitted report; click on "Write" to return to the editable version you started with. Note that you can attached code, files, images, etc. to help explain. Just drag files into the text area of your report and they'll automagically be attached for you. Similarly, you can click where it says, "Attach files by dragging & dropping, selecting or pasting them" and it will open a file browser for you to point-and-click. When you're done, click "Submit new issue". That it! -t -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html