Hi Pharo developers, I have a few undergraduate students taking OO programming and Iâm using the Pharo MOOC to get started. One of the goals in our CS program is to get students familiar with a development process using Git, so we require contributions to an open source project is a few classes. Iâd like to assign a Pharo contribution and am looking for easy first issues. Iâll take a look at the issues marked âEasyâ as well as the âSimple Issues for Beginnersâ project, but would welcome additional ones. My current thought is to go through tests looking for use of #âassert:â that could be changed to #âassert:equals:â. I view this as being an improvement but still quite safe and easy to describe. Most of the work will be setting up the environment and going through the development cycle; I want the actual coding to be minimal (but still useful). James Foster