1
0
mirror of https://github.com/django/django.git synced 2025-05-09 00:16:28 +00:00

[5.0.x] Improved structure of Contributing Guide start page.

Backport of 6ab0f8ae52ae63808071be90ac48b39d3c75bc98 from main
This commit is contained in:
Mark Walker 2023-11-29 10:42:02 +00:00 committed by Mariusz Felisiak
parent b4a29210cf
commit a4a0f66570

View File

@ -11,26 +11,35 @@ Work on the Django framework
The work on Django itself falls into three major areas: The work on Django itself falls into three major areas:
**Writing code** 💻 Writing code 💻
---------------
Fix a bug, or add a new feature. You can make a pull request and see **your Fix a bug, or add a new feature. You can make a pull request and see **your
code** in the next version of Django! code** in the next version of Django!
Start from the :doc:`writing-code/index` docs. Start from the :doc:`writing-code/index` docs.
**Writing documentation** ✍️ Writing documentation ✍️
Django's documentation is one of its key strengths. It's informative ------------------------
and thorough. You can help to improve the documentation and keep it
relevant as the framework evolves. Django's documentation is one of its key strengths. It's informative and
thorough. You can help to improve the documentation and keep it relevant as the
framework evolves.
See :doc:`writing-documentation` for more. See :doc:`writing-documentation` for more.
**Localizing Django** 🗺️ Localizing Django 🗺️
Django is translated into over 100 languages - There's even some --------------------
translation for Klingon?! The i18n team is always looking for translators
to help maintain and increase language reach. Django is translated into over 100 languages - There's even some translation
for Klingon?! The i18n team is always looking for translators to help maintain
and increase language reach.
See :doc:`localizing` to help translate Django. See :doc:`localizing` to help translate Django.
Contributing guide 📖
=====================
If you think working *with* Django is fun, wait until you start working *on* If you think working *with* Django is fun, wait until you start working *on*
it. Really, **ANYONE** can do something to help make Django better and greater! it. Really, **ANYONE** can do something to help make Django better and greater!