Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge 3.7 to master to fix build #4

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 16 commits into from
Aug 23, 2019
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
Prev Previous commit
Next Next commit
Update readme.rst to fix links with correct repo
  • Loading branch information
raulcd authored May 12, 2019
commit bd38735b8a71b6c99fc1a6796124b14c517befa0
13 changes: 6 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ How to Contribute
You can contribute using:

- Github
- `transifex <https://www.transifex.com/python-doc/public/>`_
- Or just by opening `an issue on github <https://github.com/python/python-docs-esfr/issues>`_
- Or just by opening `an issue on github <https://github.com/raulcd/python-docs-es/issues>`_


Contributing using Github
Expand All @@ -56,22 +55,22 @@ Prerequisites:
Let's start:

You'll need to fork the `python-docs-es
<https://github.com/python/python-docs-es>`_ clicking its ``Fork``
<https://github.com/raulcd/python-docs-es>`_ clicking its ``Fork``
button. This creates a copy of the whole project on your github
account: a place where you have the rights to do modifications.

Step by step:

.. code-block:: bash

# Git clone your github fork using ssh (replace JulienPalard):
git clone [email protected]:JulienPalard/python-docs-es.git
# Git clone your github fork using ssh (replace raulcd):
git clone [email protected]:raulcd/python-docs-es.git

# Go to the cloned directory:
cd python-docs-es/

# Add the upstream (the public repository) using HTTPS (won't ask for password):
git remote add upstream https://github.com/python/python-docs-es.git
git remote add upstream https://github.com/raulcd/python-docs-es.git

All the translations must be made on the latest release.
We never translate on an oldest version, by example, the latest python release
Expand Down Expand Up @@ -106,7 +105,7 @@ Now you're ready to start a work session, each time you'll start a new task, sta

# The previous command will print you a link to open a PR on github.
# If you missed it, just go to
# https://github.com/python/python-docs-es/ and a nice "Compare & pull request"
# https://github.com/raulcd/python-docs-es/ and a nice "Compare & pull request"
# button should appear after a few seconds telling you can ask for a pull request.

# Now someone is reviewing your modifications, and you'll want to fix their
Expand Down