diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-03-16 15:13:31 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-03-16 15:13:31 +0000 |
| commit | 0a0151b831ba7ac3d9110517151ec5864604f853 (patch) | |
| tree | e0e1b057c42797a34d835da0763a09873e7107e3 /docs | |
| parent | c3f91bb2b15df954a4855a2e35c4f8cfcd337175 (diff) | |
Tightened change to docs/contributing.txt from [4689] so that the action comes first, to be consistent with other bullet points
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt index 8364405775..1d2b635b76 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -303,11 +303,11 @@ Please follow these coding standards when writing code for inclusion in Django: def my_view(req, foo): # ... - * Our policy is to keep the names of developers and contributors - in the ``AUTHORS`` file distributed with Django, so please don't include - your name in the actual code. Feel free to include a change to the - ``AUTHORS`` file in your patch if you make more than a single trivial - change. + * Please don't put your name in the code you contribute. Our policy is to + keep contributors' names in the ``AUTHORS`` file distributed with Django + -- not scattered throughout the codebase itself. Feel free to include a + change to the ``AUTHORS`` file in your patch if you make more than a + single trivial change. Committing code =============== @@ -527,12 +527,12 @@ sure all other lines are commented:: # http://code.djangoproject.com/svn/django/trunk/ # /path/to/trunk - + # <branch> is a svn checkout of: # http://code.djangoproject.com/svn/django/branches/<branch>/ # #/path/to/<branch> - + # On windows a path may look like this: # C:/path/to/<branch> |
