1. ======================
    
  2. Contributing to Django
    
  3. ======================
    
  4. 
    
  5. As an open source project, Django welcomes contributions of many forms.
    
  6. 
    
  7. Examples of contributions include:
    
  8. 
    
  9. * Code patches
    
  10. * Documentation improvements
    
  11. * Bug reports and patch reviews
    
  12. 
    
  13. Extensive contribution guidelines are available in the repository at
    
  14. ``docs/internals/contributing/``, or online at:
    
  15. 
    
  16. https://docs.djangoproject.com/en/dev/internals/contributing/
    
  17. 
    
  18. **Warning: non-trivial pull requests (anything more than fixing a typo) without
    
  19. Trac tickets will be closed!** `Please file a ticket`__ to suggest changes.
    
  20. 
    
  21. __ https://code.djangoproject.com/newticket
    
  22. 
    
  23. Django uses Trac to keep track of bugs, feature requests, and associated
    
  24. patches because GitHub doesn't provide adequate tooling for its community.
    
  25. Patches can be submitted as pull requests, but if you don't file a ticket,
    
  26. it's unlikely that we'll notice your contribution.
    
  27. 
    
  28. Code of Conduct
    
  29. ===============
    
  30. 
    
  31. As a contributor, you can help us keep the Django community open and inclusive.
    
  32. Please read and follow our `Code of Conduct <https://www.djangoproject.com/conduct/>`_.