2017-02-10 18:08:55 -04:00
|
|
|
Contributing to Python
|
|
|
|
======================
|
|
|
|
|
|
|
|
Build Status
|
|
|
|
------------
|
|
|
|
|
|
|
|
- master
|
|
|
|
|
|
|
|
+ `Stable buildbots <http://buildbot.python.org/3.x.stable/>`_
|
|
|
|
|
|
|
|
- 3.6
|
|
|
|
|
|
|
|
+ `Stable buildbots <http://buildbot.python.org/3.6.stable/>`_
|
|
|
|
|
|
|
|
- 3.5
|
|
|
|
|
|
|
|
+ `Stable buildbots <http://buildbot.python.org/3.5.stable/>`_
|
|
|
|
|
|
|
|
- 2.7
|
|
|
|
|
|
|
|
+ `Stable buildbots <http://buildbot.python.org/2.7.stable/>`_
|
|
|
|
|
|
|
|
|
|
|
|
Contribution Guidelines
|
|
|
|
-----------------------
|
|
|
|
Please read the `devguide <https://cpython-devguide.readthedocs.io/>`_ 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
|
2017-03-31 18:19:04 -03:00
|
|
|
project. Details on how to properly submit a pull request are covered in
|
|
|
|
`Lifecycle of a Pull Request <https://cpython-devguide.readthedocs.io/pullrequest.html>`_.
|
2017-02-10 18:08:55 -04:00
|
|
|
|
|
|
|
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 <https://www.python.org/psf/codeofconduct/>`_. Everyone is
|
|
|
|
expected to be open, considerate, and respectful of others no matter their
|
|
|
|
position within the project.
|