From a023223ade0bae099e6c18bb9ee12c42e7b56ce7 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Thu, 21 Mar 2019 18:59:58 +0100 Subject: [PATCH] Updated README with potodo instruction (#610) --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 47a6f2b7..f0f77a58 100644 --- a/README.rst +++ b/README.rst @@ -84,6 +84,11 @@ Now you're ready to start a work session, each time you'll start a new task, sta .. code-block:: bash + # First, you need to find a file to work on. You can use `potodo `. + # Install it 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. + # To work, we'll need a branch, based on an up-to-date (freshly fetched) # upstream/3.7 branch, let's say we'll work on glossary so we name # the branch "glossary":