Skip to content
Merged
Changes from all 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
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@ is python 3.7, we don't want to translate directly on the python 3.5 release.
If needed translations would be backported on the oldest versions by the
`documentation team <https://www.python.org/dev/peps/pep-8015/#documentation-team>`.

First, you need to find a file to work on. You can use `potodo
<https://github.com/seluj78/potodo>`. Install it (``pip install
potodo`` in a venv) and then run the command `potodo` in your cloned
fork. From the list it spits out, you can choose any file that is not
reserved. We recommend not starting with a file from ``c-api` as it is
very technical.
First, you need to find a file to work on. You can use `potodo <https://github.com/seluj78/potodo>`.
Install it (``pip install potodo`` in a venv) and then run the command
`potodo` in your cloned fork.
From the list it spits out, you can choose any file that is not
reserved. We recommend not starting with a file from ``c-api`` as it is very technical.

Once you've choosen a file, please open an issue telling you're
working on it, to block someone from working on it.
Expand Down