From 6051b763048c4e6ae8e912f34894f91dad1d3593 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 13 Jan 2014 22:14:09 +0100 Subject: [PATCH] added a note on how to ask questions on stackoverflow to the readme, fixes #334 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index d0f12c3e..35e6a791 100644 --- a/README.rst +++ b/README.rst @@ -103,6 +103,9 @@ It's very easy to create an editor plugin that uses Jedi. See `Plugin API `_ for more information. +If you have specific questions, please add an issue or ask on `stackoverflow +`_ with the label ``python-jedi``. + Development ===========