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
This commit is contained in:
parent
c3f91bb2b1
commit
0a0151b831
|
@ -303,11 +303,11 @@ Please follow these coding standards when writing code for inclusion in Django:
|
||||||
def my_view(req, foo):
|
def my_view(req, foo):
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
* Our policy is to keep the names of developers and contributors
|
* Please don't put your name in the code you contribute. Our policy is to
|
||||||
in the ``AUTHORS`` file distributed with Django, so please don't include
|
keep contributors' names in the ``AUTHORS`` file distributed with Django
|
||||||
your name in the actual code. Feel free to include a change to the
|
-- not scattered throughout the codebase itself. Feel free to include a
|
||||||
``AUTHORS`` file in your patch if you make more than a single trivial
|
change to the ``AUTHORS`` file in your patch if you make more than a
|
||||||
change.
|
single trivial change.
|
||||||
|
|
||||||
Committing code
|
Committing code
|
||||||
===============
|
===============
|
||||||
|
@ -527,12 +527,12 @@ sure all other lines are commented::
|
||||||
# http://code.djangoproject.com/svn/django/trunk/
|
# http://code.djangoproject.com/svn/django/trunk/
|
||||||
#
|
#
|
||||||
/path/to/trunk
|
/path/to/trunk
|
||||||
|
|
||||||
# <branch> is a svn checkout of:
|
# <branch> is a svn checkout of:
|
||||||
# http://code.djangoproject.com/svn/django/branches/<branch>/
|
# http://code.djangoproject.com/svn/django/branches/<branch>/
|
||||||
#
|
#
|
||||||
#/path/to/<branch>
|
#/path/to/<branch>
|
||||||
|
|
||||||
# On windows a path may look like this:
|
# On windows a path may look like this:
|
||||||
# C:/path/to/<branch>
|
# C:/path/to/<branch>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue