From 1fafe9d9e428c12d46cedb57d0225d8a33dc66aa Mon Sep 17 00:00:00 2001 From: Marco Richetta Date: Sun, 3 May 2020 20:14:18 -0300 Subject: [PATCH] =?UTF-8?q?Agregu=C3=A9=20paso=20para=20creaci=C3=B3n=20de?= =?UTF-8?q?=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 731cb38fa9..423b257daa 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -38,6 +38,10 @@ Desde GitHub git remote add upstream https://github.com/pycampes/python-docs-es.git +#. Crea una branch nueva en base al artículo en el que vayas a trabajar. + + git checkout -b traduccion_glosario + #. Mira que archivo necesita ser traducido. El siguiente comando te mostrará una lista de archivos y los porcentajes traducidos. Elige uno que no esté completo:: @@ -48,7 +52,7 @@ Desde GitHub #. Cuando hayas terminado tu sesión, debes guardar tus cambios y enviarlos a GitHub de nuevo:: git commit -am 'Traducido archivo {nombre de archivo}' - git push origin update-translation + git push origin traduccion_glosario #. Luego ve a tu página de GitHub y propone hacer un Pull Request