summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Walker <mwalker@ismgames.com>2023-11-29 10:42:02 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-11-30 08:33:29 +0100
commit6ab0f8ae52ae63808071be90ac48b39d3c75bc98 (patch)
tree23593d558ff424d7d7da145dd157b366191dad71 /docs
parent06c5cb1284557edc05f963afb6f6bcdd55b00911 (diff)
Improved structure of Contributing Guide start page.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/index.txt37
1 files changed, 23 insertions, 14 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt
index 57b4521462..c96250613e 100644
--- a/docs/internals/contributing/index.txt
+++ b/docs/internals/contributing/index.txt
@@ -11,25 +11,34 @@ Work on the Django framework
The work on Django itself falls into three major areas:
-**Writing code** πŸ’»
- Fix a bug, or add a new feature. You can make a pull request and see **your
- code** in the next version of Django!
+Writing code πŸ’»
+---------------
- Start from the :doc:`writing-code/index` docs.
+Fix a bug, or add a new feature. You can make a pull request and see **your
+code** in the next version of Django!
-**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.
+Start from the :doc:`writing-code/index` docs.
- See :doc:`writing-documentation` for more.
+Writing documentation ✍️
+------------------------
-**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'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:`localizing` to help translate Django.
+See :doc:`writing-documentation` for more.
+
+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.
+
+See :doc:`localizing` to help translate Django.
+
+Contributing guide πŸ“–
+=====================
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!