Skip to content

Fix steps numbering #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix step numbering
  • Loading branch information
humitos committed May 4, 2020
commit 95705367ae5bf3804d7ef9db8f9e6e801b2e5480
6 changes: 3 additions & 3 deletions .overrides/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Desde GitHub

#. Crea un fork del repositorio_.

.. _repositorio: https://github.com/PyCampES/python-docs-es

.. note::

Puedes consular la `ayuda oficial de GitHub`_, si lo deseas.

.. _ayuda oficial de GitHub: https://help.github.com/es/github/getting-started-with-github/fork-a-repo

.. _repositorio: https://github.com/PyCampES/python-docs-es

#. Clona el repositorio::

git clone git@github.com:<TU-USUARIO>/python-docs-es.git
Expand All @@ -41,7 +41,7 @@ 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.
Expand Down