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
- Write up instructions for SC / Feature Review team for each phase
9
9
- Generate URLs for various queues for people to bookmark
10
-
- Write up instructions for expedited DEP process
10
+
- Write up instructions for an expedited DEP process
11
11
12
-
## Here to create a new idea?
12
+
## Have an idea for Django?
13
+
14
+
Please know, things in Django take a while. You will need to be patient.
15
+
16
+
Please start with reviewing the [new feature process in Django](#djangos-new-feature-process).
17
+
18
+
Next, go [create an issue in this repository](https://github.com/tim-schilling/new-features/issues/new).
19
+
20
+
## Want to help steer Django?
21
+
22
+
There are three queues that need community involvement:
23
+
24
+
-[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)
25
+
- Review the open tickets in this queue. Please share support on this via emojis.
26
+
- Please follow the [Emoji Reaction guide](#emoji-reaction-guide)
27
+
- See [Is there community support?](#is-there-community-support) for more details
28
+
-[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)
29
+
- Weigh-in on whether a feature should exist in Django core
30
+
- See [Is this expected in Django?](#is-this-expected-in-django) for more details
31
+
-[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)
32
+
- Help implement or design features
33
+
- See [Can we do it?](#can-we-do-it) for more details
34
+
35
+
### Leaving comments
36
+
37
+
The community is encouraged to engage in discussion about a feature idea. Please try to
38
+
avoid one-on-one discussions here though when possible. Long threads are difficult to
39
+
follow and require a person to summarize periodically.
40
+
41
+
### Things not to do
42
+
43
+
Please avoid doing the following:
44
+
45
+
- Writing comments that are "+1" or "-1". Use emojis to share those opinions, please.
46
+
- Writing comments that are "What's the state of this?" You can see which phase of the process the idea is in by looking at the labels
47
+
48
+
49
+
## Django's new feature process
50
+
51
+
This repository is used to contain Django's new feature process. The
52
+
purpose is to identify features that the community deems helpful and
53
+
necessary to exist within Django.
54
+
55
+
The high level flow of the process can be seen in the chart below:
0 commit comments