summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-07-27 00:46:32 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-07-27 00:46:32 +0000
commiteb254114076ffc1dd458607fdd5ef24995f3f994 (patch)
tree13f3a0d4e9d813463a61b89fc3e48be5adce2776 /docs
parentf65cede3137fd59cc3ba8de952c217d8c613bf8f (diff)
Added 'Please do not put your name in the code' section to docs/contributing.txt. Thanks to OSCON presentation for the inspiration
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt
index 110dd21ba9..9d116cac10 100644
--- a/docs/contributing.txt
+++ b/docs/contributing.txt
@@ -168,6 +168,10 @@ Please follow these coding standards when writing code for inclusion in Django:
{{foo}}
+ * Please don't put your name in the code. While we appreciate all
+ contributions to Django, our policy is not to publish individual
+ developer names in code -- for instance, at the top of Python modules.
+
Committing code
===============