From eb254114076ffc1dd458607fdd5ef24995f3f994 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 27 Jul 2006 00:46:32 +0000 Subject: [PATCH] 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 --- docs/contributing.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 ===============