Contributing Guidelines ======================= To learn more about the purpose of PEPs and how to go about writing a PEP, please start reading at PEP 1 (`pep-0001.txt <./pep-0001.txt>`_ in this repo). Note that PEP 0, the index PEP, is now automatically generated, and not committed to the repo. Before writing a new PEP ------------------------ Start with a discussion in `python-ideas `_ mailing list to determine if the idea is PEP-able. More details about it in `PEP 1 `_. Commit messages --------------- When committing to a PEP, please always include the PEP number in the subject title. For example, ``PEP NNN: ``. Code of Conduct --------------- All interactions for this project are covered by the `PSF Code of Conduct `_. Everyone is expected to be open, considerate, and respectful of others no matter their position within the project.