index.txt 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. ======================
  2. Contributing to Django
  3. ======================
  4. Django is a community that lives on its volunteers. As it keeps growing, we
  5. always need more people to help others. You can contribute in many ways, either
  6. on the framework itself or in the wider ecosystem.
  7. Work on the Django framework
  8. ============================
  9. The work on Django itself falls into three major areas:
  10. **Writing code** 💻
  11. Fix a bug, or add a new feature. You can make a pull request and see **your
  12. code** in the next version of Django!
  13. Start from the :doc:`writing-code/index` docs.
  14. **Writing documentation** ✍️
  15. Django's documentation is one of its key strengths. It's informative
  16. and thorough. You can help to improve the documentation and keep it
  17. relevant as the framework evolves.
  18. See :doc:`writing-documentation` for more.
  19. **Localizing Django** 🗺️
  20. Django is translated into over 100 languages - There's even some
  21. translation for Klingon?! The i18n team is always looking for translators
  22. to help maintain and increase language reach.
  23. See :doc:`localizing` to help translate Django.
  24. If you think working *with* Django is fun, wait until you start working *on*
  25. it. Really, **ANYONE** can do something to help make Django better and greater!
  26. This contributing guide contains everything you need to know to help build the
  27. Django web framework. Browse the following sections to find out how:
  28. .. toctree::
  29. :maxdepth: 2
  30. new-contributors
  31. bugs-and-features
  32. triaging-tickets
  33. writing-code/index
  34. writing-documentation
  35. localizing
  36. committing-code
  37. Join the Django community ❤️
  38. ============================
  39. We're passionate about helping Django users make the jump to contributing
  40. members of the community. There are several other ways you can help the
  41. Django community and others to maintain a great ecosystem to work in:
  42. * Join the `Django forum`_. This forum is a place for discussing the Django
  43. framework and applications and projects that use it. This is also a good
  44. place to ask and answer any questions related to installing, using, or
  45. contributing to Django.
  46. * Join the |django-users| mailing list and answer questions. This
  47. mailing list has a huge audience, and we really want to maintain a
  48. friendly and helpful atmosphere. If you're new to the Django community,
  49. you should read the `posting guidelines`_.
  50. * Join the `Django Discord server`_ or the `#django IRC channel`_ on
  51. Libera.Chat to discuss and answer questions. By explaining Django to other
  52. users, you're going to learn a lot about the framework yourself.
  53. * Blog about Django. We syndicate all the Django blogs we know about on
  54. the `community page`_; if you'd like to see your blog on that page you
  55. can `register it here`_.
  56. * Contribute to open-source Django projects, write some documentation, or
  57. release your own code as an open-source pluggable application. The
  58. ecosystem of pluggable applications is a big strength of Django, help us
  59. build it!
  60. We're looking forward to working with you. Welcome aboard! ⛵️
  61. .. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList
  62. .. _#django IRC channel: https://web.libera.chat/#django
  63. .. _community page: https://www.djangoproject.com/community/
  64. .. _Django Discord server: https://discord.gg/xcRH6mN4fa
  65. .. _Django forum: https://forum.djangoproject.com/
  66. .. _register it here: https://www.djangoproject.com/community/add/blogs/