Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.45 KB

CONTRIBUTING.rst

File metadata and controls

46 lines (31 loc) · 1.45 KB

Contributing to Python

Build Status

Contribution Guidelines

Please read the devguide for guidance on how to contribute to this project. The documentation covers everything from how to build the code to submitting a pull request. There are also suggestions on how you can most effectively help the project.

Please be aware that our workflow does deviate slightly from the typical GitHub project. Issues are tracked at https://bugs.python.org/ and should be mentioned in pull requests using the format of bpo-12345 . If your pull request is in response to a specific issue then please mention it in the title, e.g. “bpo-12345: fix comment in tokenizer.c”.

If you are making a code contribution or large documentation contribution, please feel free to add yourself to the Misc/ACKS file alphabetically.

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.