blob: 3b1734157d9c1e2bca79323a2c713146580b51d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
======================
Contributing to Django
======================
As an open source project, Django welcomes contributions of many forms.
Examples of contributions include:
* Code patches
* Documentation improvements
* Bug reports and patch reviews
Extensive contribution guidelines are available in the repository at
``docs/internals/contributing/``, or online at:
https://docs.djangoproject.com/en/dev/internals/contributing/
|