diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-05-27 10:49:47 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-05-27 10:49:47 +0000 |
| commit | 407f62fd31689b6158902d3ffdcde64aa27679a7 (patch) | |
| tree | 3d7b05bf64e764ba7a67df59f5ec49fdf17787d0 /docs/internals/contributing/writing-code/index.txt | |
| parent | 69cfee2f167f64c15de6bfcd6b9779534132db2f (diff) | |
Fixed #15796 -- Restructured the contributing documentation and added note about newly added Trac abilities. Many thanks to Julien Phalip.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals/contributing/writing-code/index.txt')
| -rw-r--r-- | docs/internals/contributing/writing-code/index.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/index.txt b/docs/internals/contributing/writing-code/index.txt new file mode 100644 index 0000000000..bd9b2a346a --- /dev/null +++ b/docs/internals/contributing/writing-code/index.txt @@ -0,0 +1,15 @@ +============ +Writing code +============ + +So you'd like to write some code to improve Django. Awesome! Browse the +following sections to find out how to give your code patches the best +chances to be included in Django core: + +.. toctree:: + :maxdepth: 1 + + coding-style + unit-tests + submitting-patches + branch-policy |
