From 87d8ff9fcf5869902732498e91585531146ddc62 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 1 Aug 2015 22:48:43 +0200 Subject: [PATCH] =?UTF-8?q?Add=20section=20=E2=80=9Cwhere=20to=20start?= =?UTF-8?q?=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contribute/develop.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/contribute/develop.rst b/contribute/develop.rst index f16ed5c..0d6c411 100644 --- a/contribute/develop.rst +++ b/contribute/develop.rst @@ -40,6 +40,19 @@ branch. .. _Pro Git: http://progit.org/book/ .. _Limnoria's repo: https://github.com/ProgVal/Limnoria/ +Where to start +============== + +If you are not an experienced Python and/or Limnoria developper, you +can start with solving `issues tagged as easy`_. I believe they are +likely to be easy to solve even without a lot of experience. + +If you need help solving an issue (tagged as easy or not) or want +to find an issue that matches your skills, please ask on IRC, we will +be glad to help you. + +.. _issues tagged as easy: https://github.com/ProgVal/Limnoria/issues?q=label%3Aeasy + Code style ==========