This document provides guidance for extension developers updating extensions for TYPO3 6.2. It includes a checklist of things to address like removing includes and using autoloading. It also lists "Do's" such as using signals/slots and old hook names staying the same. "Don'ts" are outlined like preventing database connections in autoloading and disabling backported property mapping. Overall the document offers best practices for updating extensions for TYPO3 6.2.