2
0

index.txt 3.4 KB

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