summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2025-07-11 16:57:24 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-07-13 15:06:58 +0200
commite5080fc5e94eb9b32bf8abc031602c40d9ff36c1 (patch)
treea9ce8874c8bb90ba0ad566ec86ef0203e8424e0e /docs/internals
parent3df1ad57bfcabaf75e4617064d79610f185f3f9f (diff)
[5.2.x] Added Django ecosystem page to the documentation.
Backport of 395e498553e4e01da1ba0ddb5c4708ad9cb8a16a from main
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/index.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt
index 0749bc9a6e..ff74c16bb2 100644
--- a/docs/internals/contributing/index.txt
+++ b/docs/internals/contributing/index.txt
@@ -110,7 +110,9 @@ encounter or assist in triaging existing tickets to ensure a smooth development
workflow.
Django also has a :ref:`process for suggesting ideas <requesting-features>`
-where you can join the community in discussing ideas for new features.
+where you can join the community in discussing ideas for new features. Beyond
+the Django codebase, there's a `vibrant ecosystem`_ that is maintained by the
+community that you can contribute to.
Explore the ways you can make a difference below, and join us in making Django
better for everyone.
@@ -122,5 +124,6 @@ better for everyone.
triaging-tickets
.. _ticket tracker: https://code.djangoproject.com/
+.. _vibrant ecosystem: https://www.djangoproject.com/community/ecosystem/
We're looking forward to working with you. Welcome aboard!