From 4c04b24addc2512e0b6fbfa2eb1999db4d5c8b75 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Tue, 30 Sep 2014 21:10:48 +0200 Subject: [PATCH] Adds some info on how to talk together about django-cachalot. --- README.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.rst b/README.rst index 5f60b6d..c131491 100644 --- a/README.rst +++ b/README.rst @@ -48,6 +48,23 @@ That’s why ``QuerySet.extra`` with ``select`` or ``where`` arguments, ``Model.objects.raw(…)``, & ``cursor.execute(…)`` queries are not cached. +Bug reports, questions, discussion, new features +------------------------------------------------ + +- If you spotted **a bug**, please file a precise bug report + `on GitHub `_ +- If you have **a question** on how django-cachalot works or to **simply + discuss**, `go to our Google group + `_. +- If you want **to add a feature**: + + - if you have an idea on how to implement it, you can fork the project + and send a pull request, but **please open an issue first**, because + someone else could already be working on it + - if you’re sure that it’s a must-have feature, open an issue + - if it’s just a vague idea, please ask on google groups before + + How django-cachalot works -------------------------