From ee19c104add93022a3bdce9e510fc30c162827ba Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 14 Feb 2015 13:36:56 +0100 Subject: [PATCH] Mention the 'testing' branch. --- contribute/develop.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contribute/develop.rst b/contribute/develop.rst index 4ad6e4c..f16ed5c 100644 --- a/contribute/develop.rst +++ b/contribute/develop.rst @@ -33,7 +33,12 @@ branch, commit, push/pull, add/rm, log, show, reset, revert). I learnt how to use Git with an ebook, also available as a real book: `Pro Git`_. +Our prefered way of contributing is through GitHub pull requests to +`Limnoria's repository`_. Please send your pull requests to the `testing` +branch. + .. _Pro Git: http://progit.org/book/ +.. _Limnoria's repo: https://github.com/ProgVal/Limnoria/ Code style ==========