11 | | The documentation contains a [https://docs.djangoproject.com/en/stable/internals/contributing/ contributing guide] that should answer your questions. If it doesn't, file a bug! |
| 11 | Once you've logged in with your Github account, please read [https://docs.djangoproject.com/en/stable/internals/contributing/ our contibution guide]. This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please [http://code.djangoproject.com/newticket/ file a bug]! |
| 12 | |
| 13 | If you've read that document, and are looking for a way to contribute, why not try one of the following: |
| 14 | |
| 15 | * [https://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests. **If your bug report is a security issue, DO NOT report it with a ticket. Please read our [https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues guide to reporting security issues]**. |
| 16 | * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks. |
| 17 | * [https://code.djangoproject.com/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process. |
| 18 | * DjangoDesign: Are you a designer rather than a coder? We still want your input. Let us know how we can improve on Django's visual/UX design. |
| 19 | |
| 20 | == Django release process == |
| 21 | |
| 22 | The current branch under active development is **[https://docs.djangoproject.com/en/dev/releases/1.8/ Django 1.8]**. There is a [wiki:Version1.8Roadmap roadmap document] describing the process and timelines for this release. |
| 23 | |
| 24 | The current branch being prepared for release is **[https://docs.djangoproject.com/en/1.7/releases/1.7/ Django 1.7]**. There is a [wiki:Version1.7Roadmap roadmap document] describing the process and timelines for this release. |
| 25 | |
| 26 | The current stable Django branch is **[https://docs.djangoproject.com/en/1.6/releases/1.6/ Django 1.6]**. This release will receive security updates, plus fixes for some major bugs that are found in new development. |
| 27 | |
| 28 | The current supported security branch is **[https://docs.djangoproject.com/en/1.5/releases/1.5/ Django 1.5]**. This release will only receive security updates. |
| 29 | |
| 30 | The current Long Term Support (LTS) branch of Django is **[https://docs.djangoproject.com/en/1.4/releases/1.4/ Django 1.4]**. This release will only receive security updates. |
| 31 | |
| 32 | == More Django resources == |
| 33 | |
| 34 | See the [wiki:DjangoResources Django resources page] for a cornucopia of unofficial articles, code samples and other information contributed by the community. |