diff options
| author | Tim Schilling <schillingt@better-simple.com> | 2025-07-11 16:57:24 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-07-13 14:09:47 +0200 |
| commit | 395e498553e4e01da1ba0ddb5c4708ad9cb8a16a (patch) | |
| tree | 00e78b7e1057ba52fdb36c8aa33bc2cbc781efcd /docs/internals | |
| parent | 0fe218842e0e396e3ab3982bd21227968a9e7fd8 (diff) | |
Added Django ecosystem page to the documentation.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/index.txt | 5 |
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! |
