Contribute

https://d33wubrfki0l68.cloudfront.net/65fe3f53a8c4c410abc9df3e4753ece552ff2bd6/6b673/_images/33573769116_49c1ef51e7_k_d.jpg
Python-guide is under active development, and contributors are welcome.

If you have a feature request, suggestion, or bug report, please open a newissue on GitHub. To submit patches, please send a pull request on GitHub.Once your changes get merged back in, you’ll automatically be added to theContributors List.

Style Guide

For all contributions, please follow the The Guide Style Guide.

Todo List

If you’d like to contribute, there’s plenty to do. Here’s a short todo list.

- Establish “use this” vs “alternatives are….” recommendationsTodoWrite about Blueprint(The original entry is located in /opt/build/repo/docs/scenarios/admin.rst, line 386.)TodoFill in “Freezing Your Code” stub(The original entry is located in /opt/build/repo/docs/shipping/freezing.rst, line 42.)TodoInclude code examples of exemplary code from each of the projects listed. Explain why it is excellent code. Use complex examples.(The original entry is located in /opt/build/repo/docs/writing/reading.rst, line 50.)TodoExplain techniques to rapidly identify data structures and algorithms and determine what the code is doing.(The original entry is located in /opt/build/repo/docs/writing/reading.rst, line 52.)

原文: https://docs.python-guide.org/notes/contribute/