Give more info about release life cycle and translations (#392)

Explain a little bit more how to the translations deal
with python releases and how to add translation changes
related to the python life cycle.
This commit is contained in:
Hervé Beraud 2018-11-01 22:47:01 +01:00 committed by Julien Palard
parent 8c0ac08d3c
commit cf6e01e749

View File

@ -74,6 +74,11 @@ Step by step:
# Add the upstream (the public repository) using HTTPS (won't ask for password):
git remote add upstream https://github.com/python/python-docs-fr.git
All the translations must be made on the latest release.
We never translate on an oldest version, by example, the latest python release
is python 3.7, we don't want to translate directly on the python 3.5 release.
If needed translations would be backported on the oldest versions by the
`documentation team <https://www.python.org/dev/peps/pep-8015/#documentation-team>`.
Now you're ready to start a work session, each time you'll start a new task, start here: