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

Skip to content

Commit 45d762b

Browse files
committed
README: Tell about opening issue to lock a file.
1 parent a023223 commit 45d762b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,20 @@ is python 3.7, we don't want to translate directly on the python 3.5 release.
8080
If needed translations would be backported on the oldest versions by the
8181
`documentation team <https://www.python.org/dev/peps/pep-8015/#documentation-team>`.
8282

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+
8393
Now you're ready to start a work session, each time you'll start a new task, start here:
8494
8595
.. code-block:: bash
8696
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-
9297
# To work, we'll need a branch, based on an up-to-date (freshly fetched)
9398
# upstream/3.7 branch, let's say we'll work on glossary so we name
9499
# the branch "glossary":

0 commit comments

Comments
 (0)