Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 913 Bytes

CONTRIBUTING.rst

File metadata and controls

26 lines (18 loc) · 913 Bytes

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: non-trivial pull requests (anything more than fixing a typo) without Trac tickets will be closed! Please file a ticket to suggest changes.

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.