From e529fe682dde2b6a7882eb15b87e86f6aa3d58bd Mon Sep 17 00:00:00 2001 From: medmunds Date: Thu, 3 Jan 2013 10:51:57 -0800 Subject: [PATCH] readme: add info on contributing --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index c21a44d..0e0c8da 100644 --- a/README.rst +++ b/README.rst @@ -187,6 +187,18 @@ or:: python -Wall runtests.py +Contributing +------------ + +Djrill is maintained by its users -- it's not managed by the folks at MailChimp. +Pull requests are always welcome to improve support for Mandrill and Django +features. + +Please include test cases with pull requests. (And by submitting a pull request, +you're agreeing to release your changes under under the same BSD license as the +rest of this project.) + + Release Notes -------------