34. Appendix: Topics34.1. Basics for contributors34.2. Core developers34.3. Development workflow for contributors34.4. Documenting Python and style guide34.5. Issue tracking and triaging34.6. Language development in depth34.7. Testing and continuous integration34. Appendix: Topics34.1. Basics for contributorsNote Recommended reading Getting Started Lifecycle of a Pull Request Where to Get Help Following Python’s Development 34.2. Core developersNote Recommended reading Getting Started Lifecycle of a Pull Request Accepting Pull Requests How to Become a Core Developer Developer Log Core Developer Motivations and Affiliations Experts Index 34.3. Development workflow for contributors Development Cycle Lifecycle of a Pull Request Fixing “easy” Issues (and Beyond) 34.4. Documenting Python and style guide Helping with Documentation Documenting Python 34.5. Issue tracking and triaging Issue Tracking Triaging an Issue 34.6. Language development in depth Exploring CPython’s Internals Changing CPython’s Grammar Design of CPython’s Compiler Design of CPython’s Garbage Collector Adding to the Stdlib Changing the Python Language Porting Python to a new platform 34.7. Testing and continuous integration Running & Writing Tests Increase Test Coverage Silence Warnings From the Test Suite Continuous Integration Running a buildbot worker Coverity Scan