From 1fdcddd94b67a722671b4c9ad659189a4bffbd0d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 19 Aug 2010 00:05:20 +0200 Subject: [PATCH] We follow the development process from nvie.com/git-model --- docs/development/contributing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index a2ef4a15..dc982dac 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -58,6 +58,8 @@ Code style Commit guidelines ================= +- We follow the development process described at http://nvie.com/git-model. + - Keep commits small and on topic. - If a commit looks too big you should be working in a feature branch not a