summaryrefslogtreecommitdiff
path: root/docs/contributing.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-04 14:17:56 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-04 14:17:56 +0000
commit223a708278053a7ac40b09af8fdcdc694ca69dda (patch)
treeb55b2a7643a2973f544bb9fe0bcee1b68ede5146 /docs/contributing.txt
parent08fc16705fec15ab9b8b19333a07536aa8e4fe1d (diff)
Added note to docs/contributing.txt about nobody responding on django-developers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/contributing.txt')
-rw-r--r--docs/contributing.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index be3cbe232d..4387424a3b 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -178,6 +178,13 @@ repository:
judgment, please bring things up on the `django-developers`_ mailing list
before making the change.
+ If you bring something up on `django-developers`_ and nobody responds,
+ please don't take that to mean your idea is great and should be
+ implemented immediately because nobody contested it. Django's lead
+ developers don't have a lot of time to read mailing-list discussions
+ immediately, so you may have to wait a couple of days before getting a
+ response.
+
* Write detailed commit messages in the past tense, not present tense.
* Good: "Fixed Unicode bug in RSS API."