From afded4847bb49058a773c673d8766a2ff039e798 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sun, 27 Jan 2013 11:35:39 -0800 Subject: [PATCH] Move primary development to GitHub. --- README.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.rst b/README.rst index 3ed07eb..dec72c6 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,24 @@ Most of ``django-model-utils`` works with `Django`_ 1.1 or later. .. _Django: http://www.djangoproject.com/ + +Contributing +============ + +Please file bugs and send pull requests to the `GitHub repository`_ and `issue +tracker`_. + +.. _GitHub repository: https://github.com/carljm/django-model-utils/ +.. _issue tracker: https://github.com/carljm/django-model-utils/issues + +(Until January 2013 django-model-utils primary development was hosted at +`BitBucket`_; the issue tracker there will remain open until all issues and +pull requests tracked in it are closed, but all new issues should be filed at +GitHub.) + +.. _BitBucket: https://bitbucket.org/carljm/django-model-utils/overview + + Choices =======