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
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,31 @@
1
1
# Django Features
2
2
3
-
This is an example of a repository that contains the new feature ideas for
4
-
the Django web framework. This repository is for display purposes only and
5
-
should not be used.
3
+
We are currently testing a way to propose new features to Django.
4
+
5
+
For browsing purposes you might like [the kanban view of this repo](https://github.com/orgs/django/projects/24/views/1) better.
6
+
7
+
The README on this repo is very much a work in progress and is likely to change according to the feedback we get as well as the teachings its usage will bring us.
6
8
7
9
## Have an idea for Django?
8
10
9
11
Please know, things in Django take a while. You will need to be patient.
10
12
11
13
Please start with reviewing the [new feature process in Django](#djangos-new-feature-process).
12
14
13
-
Next, go [create an issue in this repository](https://github.com/tim-schilling/new-features/issues/new).
15
+
Next, go [create an issue in this repository](https://github.com/django/new-features/issues/new).
14
16
15
17
## Want to help steer Django?
16
18
17
19
There are three queues that need community involvement:
18
20
19
-
-[Is there community support?](https://github.com/tim-schilling/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20there%20community%20support%22)
21
+
-[Is there community support?](https://github.com/django/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20there%20community%20support%22)
20
22
- Review the open tickets in this queue. Please share support on this via emojis.
21
23
- Please follow the [Emoji Reaction guide](#emoji-reaction-guide)
22
24
- See [Is there community support?](#is-there-community-support) for more details
23
-
-[Is a feature expected in Django core?](https://github.com/tim-schilling/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20this%20expected%20in%20core%22)
25
+
-[Is a feature expected in Django core?](https://github.com/django/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20this%20expected%20in%20core%22)
24
26
- Weigh-in on whether a feature should exist in Django core
25
27
- See [Is this expected in Django?](#is-this-expected-in-django) for more details
26
-
-[Needing volunteers to implement or implementation review](https://github.com/tim-schilling/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20needs%20community%20DEP%22)
28
+
-[Needing volunteers to implement or implementation review](https://github.com/django/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20needs%20community%20DEP%22)
27
29
- Help implement or design features
28
30
- See [Can we do it?](#can-we-do-it) for more details
29
31
@@ -208,7 +210,7 @@ every interval, but some ideas should constantly be moving forward.
208
210
209
211
### Triaging new ideas
210
212
211
-
-[Queue to review](https://github.com/tim-schilling/new-features/issues?q=is%3Aissue%20state%3Aopen%20(no%3Alabel%20OR%20label%3A%22phase%20%2F%20new%22))
213
+
-[Queue to review](https://github.com/django/new-features/issues?q=is%3Aissue%20state%3Aopen%20(no%3Alabel%20OR%20label%3A%22phase%20%2F%20new%22))
212
214
- Any relevant labels should be applied to the issue
213
215
- If the issue is a duplicate of another, it should be closed and referred to the original
214
216
- The concerns of triaging are:
@@ -218,7 +220,7 @@ every interval, but some ideas should constantly be moving forward.
218
220
219
221
### Determining consensus on community support
220
222
221
-
-[Queue to review](https://github.com/tim-schilling/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20there%20community%20support%22%20)
223
+
-[Queue to review](https://github.com/django/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20there%20community%20support%22%20)
222
224
- The issues should be reviewed to determine if the community has arrived at consensus
223
225
- The question here is, “Does the community think this change is good for Django?”
224
226
- People who expressed significant disagreement may be asked to explain their disagreement
@@ -234,7 +236,7 @@ every interval, but some ideas should constantly be moving forward.
234
236
235
237
### Determining is this expected in Django
236
238
237
-
-[Queue to review](https://github.com/tim-schilling/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20this%20expected%20in%20core%22)
239
+
-[Queue to review](https://github.com/django/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20is%20this%20expected%20in%20core%22)
238
240
- The issue should be reviewed to determine if the idea is expected to be in Django
239
241
- Features that should be merged into core Django are:
240
242
- Proven to be integral to Django a significant number of applications
@@ -253,7 +255,7 @@ every interval, but some ideas should constantly be moving forward.
253
255
254
256
### Creating DEPs for expected features
255
257
256
-
-[Queue to review](https://github.com/tim-schilling/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20needs%20SC%20DEP%22)
258
+
-[Queue to review](https://github.com/django/new-features/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22phase%20%2F%20needs%20SC%20DEP%22)
0 commit comments