You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated new features proposal process on roadmap pages.
This now references the new features GitHub project board process
the 6.x Steering Council has started. It also links to the docs
regarding new features. Hopefully this provides readers with the
information they would be looking for.
Copy file name to clipboardExpand all lines: djangoproject/templates/releases/roadmap.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ <h2>What features will be in Django {{ series }}?</h2>
19
19
<p>Django {{ series }} will be a time-based release. Any features completed and committed
20
20
to main by the alpha feature freeze deadline noted below will be included. Any
21
21
that miss the deadline won't.</p>
22
-
<p>If you have a major feature you'd like to contribute, please introduce yourself
23
-
on the <ahref="https://forum.djangoproject.com/c/internals/5">django-internals forum</a>
24
-
so you can find a shepherd for your feature.</p>
22
+
<p>If you have a major feature you'd like to contribute, please propose it on
23
+
<ahref="https://github.com/orgs/django/projects/24/">new feature ideas GitHub project</a> and review the
24
+
<ahref="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#requesting-features">requesting features documentation</a>.</p>
25
25
<p>Minor features and bug fixes will be merged as they are completed. If you
26
26
have submitted a patch, ensure the flags on the Trac ticket are correct so it
27
27
appears in the "Patches needing review" filter of the
0 commit comments