From b9e178347b53cc8faa5e3efb32044cb45a5de392 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Tue, 4 Jun 2013 22:00:49 +0200 Subject: [PATCH] Modify the contributing docs --- docs/contributing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 24b7e88..cef253e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -42,6 +42,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. +#. Familiarize yourself with the project design_. Setting up topic branches and generating pull requests ======================================================