@@ -37,8 +37,7 @@ How to Contribute
37
37
You can contribute using:
38
38
39
39
- Github
40
- - `transifex <https://www.transifex.com/python-doc/public/ >`_
41
- - Or just by opening `an issue on github <https://github.com/python/python-docs-esfr/issues >`_
40
+ - Or just by opening `an issue on github <https://github.com/raulcd/python-docs-es/issues >`_
42
41
43
42
44
43
Contributing using Github
@@ -56,22 +55,22 @@ Prerequisites:
56
55
Let's start:
57
56
58
57
You'll need to fork the `python-docs-es
59
- <https://github.com/python /python-docs-es> `_ clicking its ``Fork ``
58
+ <https://github.com/raulcd /python-docs-es> `_ clicking its ``Fork ``
60
59
button. This creates a copy of the whole project on your github
61
60
account: a place where you have the rights to do modifications.
62
61
63
62
Step by step:
64
63
65
64
.. code-block :: bash
66
65
67
- # Git clone your github fork using ssh (replace JulienPalard ):
68
- git clone [email protected] :JulienPalard /python-docs-es.git
66
+ # Git clone your github fork using ssh (replace raulcd ):
67
+ git clone [email protected] :raulcd /python-docs-es.git
69
68
70
69
# Go to the cloned directory:
71
70
cd python-docs-es/
72
71
73
72
# Add the upstream (the public repository) using HTTPS (won't ask for password):
74
- git remote add upstream https://github.com/python /python-docs-es.git
73
+ git remote add upstream https://github.com/raulcd /python-docs-es.git
75
74
76
75
All the translations must be made on the latest release.
77
76
We never translate on an oldest version, by example, the latest python release
@@ -106,7 +105,7 @@ Now you're ready to start a work session, each time you'll start a new task, sta
106
105
107
106
# The previous command will print you a link to open a PR on github.
108
107
# If you missed it, just go to
109
- # https://github.com/python /python-docs-es/ and a nice "Compare & pull request"
108
+ # https://github.com/raulcd /python-docs-es/ and a nice "Compare & pull request"
110
109
# button should appear after a few seconds telling you can ask for a pull request.
111
110
112
111
# Now someone is reviewing your modifications, and you'll want to fix their
0 commit comments