Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Agregué paso para creación de branch#48

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
raulcd merged 1 commit into3.7frommarcorichetta-patch-1
May 4, 2020
Merged
Changes fromall commits
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
6 changes: 5 additions & 1 deletionCONTRIBUTING.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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::

Expand All@@ -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 originupdate-translation
git push origintraduccion_glosario

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

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp