File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,20 @@ is python 3.7, we don't want to translate directly on the python 3.5 release.
80
80
If needed translations would be backported on the oldest versions by the
81
81
`documentation team <https://www.python.org/dev/peps/pep-8015/#documentation-team> `.
82
82
83
+ First, you need to find a file to work on. You can use `potodo
84
+ <https://github.com/seluj78/potodo> `. Install it (``pip install
85
+ potodo `` in a venv) and then run the command `potodo ` in your cloned
86
+ fork. From the list it spits out, you can choose any file that is not
87
+ reserved. We recommend not starting with a file from ``c-api` as it is
88
+ very technical.
89
+
90
+ Once you've choosen a file, please open an issue telling you're
91
+ working on it, to block someone from working on it.
92
+
83
93
Now you're ready to start a work session, each time you'll start a new task, start here:
84
94
85
95
.. code-block:: bash
86
96
87
- # First, you need to find a file to work on. You can use `potodo <https://github.com/seluj78/potodo>`.
88
- # Install it and then run the command `potodo` in your cloned fork.
89
- # From the list it spits out, you can choose any file that is not reserved. We recommend not starting
90
- # with a file from `c-api as` it is very technical.
91
-
92
97
# To work, we'll need a branch, based on an up-to-date (freshly fetched)
93
98
# upstream/3.7 branch, let's say we'll work on glossary so we name
94
99
# the branch "glossary":
You can’t perform that action at this time.
0 commit comments