<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Andreas,<br><br>I assume that these step-by-step instructions for contributing to 3.11 are still valid since you referred to them in a recent mail on another mailing list. What I always wanted to know - and never dared to ask ;-) - is: What image from&nbsp;<a href="http://ftp.squeak.org/">ftp.squeak.org</a>&nbsp;should one start from? Squeak3.10.2-7179-basic, or one of the imgages in 3.11?<br><br>Cheers,<br>Bernhard<div><br><div><div>Am 16.02.2009 um 05:14 schrieb Andreas Raab:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Folks -<br><br>To summarize some of the discussion on IRC, here is a step-by-step guide for how to contribute to 3.11:<br><br>1. Report an issue at <a href="http://bugs.squeak.org/">http://bugs.squeak.org/</a><br><br>2. If you have a fix/patch attach it to the bug report<br><br>3. Add an installer script to the notes, like here:<br> &nbsp;&nbsp;(for more options see <a href="http://installer.pbwiki.com/Installer#Mantis)">http://installer.pbwiki.com/Installer#Mantis)</a><br><br> &nbsp;&nbsp;"fix begin"<br> &nbsp;&nbsp;Installer mantis bug: 1234 fix: 'FixTheBug.cs'.<br> &nbsp;&nbsp;"fix end"<br><br>4. Test your fix:<br><br> &nbsp;&nbsp;Installer mantis ensureFix: 1234<br><br>5. To propose this fix as a candidate for 3.11:<br> &nbsp;&nbsp;a) Obtain "developer" status on Mantis. You can do this by mailing <a href="mailto:box-admins@lists.squeakfoundation.org">box-admins@lists.squeakfoundation.org</a>.<br> &nbsp;&nbsp;b) Update the issue and set the "Status" field to "testing"<br> &nbsp;&nbsp;c) Update the issue and set "Fixed in Version" field to "3.11"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This field is only accessible in the "advanced" view, so if you do not see it you need to change to the "advanced" view by clicking on "view advanced" or "update advanced" in the top right.<br><br>6. Load all the fixes with testing status:<br><span class="Apple-tab-span" style="white-space:pre">        </span>(Installer mantis bugsAll select:[:bug|<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;((bug status = 'testing' or:[bug status = 'resolved'])<br><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">        </span>and:[bug fixedIn = '3.11']]) do:[:bug| bug ensureFix].<br><br>7. Rinse and repeat.<br><br>Cheers,<br> &nbsp;- Andreas<br><br></div></blockquote></div><br></div></body></html>