Skip to content

Commit dbeb24a

Browse files
committed
Render properly
1 parent 2b388e5 commit dbeb24a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Desde GitHub
2828

2929
#. Clona el repositorio::
3030

31-
git clone git@github.com:<TU-USUARIO>/python-docs-es.git
31+
git clone git@github.com:<TU-USUARIO>/python-docs-es.git
3232

3333
#. Ingresa en la carpeta que `git clone` creó en tu computadora::
3434

35-
cd python-docs-es/
35+
cd python-docs-es/
3636

3737
#. Agrega el repositorio original como "upstream"::
3838

39-
git remote add upstream https://github.com/pycampes/python-docs-es.git
39+
git remote add upstream https://github.com/pycampes/python-docs-es.git
4040

4141
#. Mira que archivo necesita ser traducido. El siguiente comando te mostrará una lista de archivos y los porcentajes traducidos.
4242
Elige uno que no esté completo::
@@ -47,8 +47,8 @@ Desde GitHub
4747

4848
#. Cuando hayas terminado tu sesión, debes guardar tus cambios y enviarlos a GitHub de nuevo::
4949

50-
git commit -am 'Traducido archivo {nombre de archivo}'
51-
git push origin update-translation
50+
git commit -am 'Traducido archivo {nombre de archivo}'
51+
git push origin update-translation
5252

5353
#. Luego ve a tu página de GitHub y propone hacer un Pull Request
5454

0 commit comments

Comments
 (0)