From 3157fa6d3f92cdfcb416ab694cba4a2f08557ba8 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sat, 18 May 2013 09:12:17 +0200 Subject: [PATCH] Update contributing.rst --- docs/contributing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index fefd5c3..2ae07a8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -37,6 +37,7 @@ Tips #. **starter** labeled issues are deemed to be good low-hanging fruit for newcomers to the project, Django, or even Python. #. **doc** labeled issues must only touch content in the docs folder. +#. Since this project will live on inheritance, all views are Class-Based. Setting up topic branches and generating pull requests ======================================================