Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.rst
blob: 1563c25043daf93cb1e182b9b8161c453a607e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
======================
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/

**Warning: pull requests are ignored!** `File a ticket`__ to suggest changes.

__ https://code.djangoproject.com/newticket

Django uses Trac to keep track of bugs, feature requests, and associated
patches because GitHub doesn't provide adequate tooling for its community.
Patches can be submitted as pull requests, but if you don't file a ticket,
it's unlikely that we'll notice your contribution.