Skip to content

Commit 6177177

Browse files
committed
Fix review queue links in README
1 parent e4e425c commit 6177177

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Next, go [create an issue in this repository](https://github.com/django/new-feat
1818

1919
There are three queues that need community involvement:
2020

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)
21+
- [Is there community support?](https://github.com/orgs/django/projects/24/views/1?query=layout%3Dtable&filterQuery=status%3AIdea+state%3Aopen&layout=table&sortedBy%5Bdirection%5D=&sortedBy%5BcolumnId%5D=)
2222
- Review the open tickets in this queue. Please share support on this via emojis.
2323
- Please follow the [Emoji Reaction guide](#emoji-reaction-guide)
2424
- See [Is there community support?](#is-there-community-support) for more details
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)
25+
- [Is a feature expected in Django core?](https://github.com/orgs/django/projects/24/views/1?query=layout%3Dtable&filterQuery=status%3A%22Idea+refinement+-+Team+creation+-+For+approval%22+state%3Aopen&layout=table&sortedBy%5Bdirection%5D=&sortedBy%5BcolumnId%5D=)
2626
- Weigh-in on whether a feature should exist in Django core
2727
- See [Is this expected in Django?](#is-this-expected-in-django) for more details
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)
28+
- [Needing volunteers to implement or implementation review](https://github.com/orgs/django/projects/24/views/1?query=layout%3Dtable&filterQuery=status%3A%22Idea+refinement+-+Team+creation+-+For+approval%22+state%3Aopen+label%3A%22Needs+team%22&layout=table&sortedBy%5Bdirection%5D=&sortedBy%5BcolumnId%5D=)
2929
- Help implement or design features
3030
- See [Can we do it?](#can-we-do-it) for more details
3131

@@ -40,7 +40,7 @@ follow and require a person to summarize periodically.
4040
Please avoid doing the following:
4141

4242
- Writing comments that are "+1" or "-1". Use emojis to share those opinions, please.
43-
- 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
43+
- 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 and at the project board.
4444

4545

4646
## Django's new feature process
@@ -220,7 +220,7 @@ every interval, but some ideas should constantly be moving forward.
220220

221221
### Determining consensus on community support
222222

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)
223+
- [Queue to review](https://github.com/orgs/django/projects/24/views/1?query=layout%3Dtable&filterQuery=status%3AIdea+state%3Aopen&layout=table&sortedBy%5Bdirection%5D=&sortedBy%5BcolumnId%5D=)
224224
- The issues should be reviewed to determine if the community has arrived at consensus
225225
- The question here is, “Does the community think this change is good for Django?”
226226
- People who expressed significant disagreement may be asked to explain their disagreement
@@ -236,7 +236,7 @@ every interval, but some ideas should constantly be moving forward.
236236

237237
### Determining is this expected in Django
238238

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)
239+
- [Queue to review](https://github.com/orgs/django/projects/24/views/1?query=layout%3Dtable&filterQuery=status%3A%22Idea+refinement+-+Team+creation+-+For+approval%22+state%3Aopen&layout=table&sortedBy%5Bdirection%5D=&sortedBy%5BcolumnId%5D=)
240240
- The issue should be reviewed to determine if the idea is expected to be in Django
241241
- Features that should be merged into core Django are:
242242
- Proven to be integral to Django a significant number of applications
@@ -255,7 +255,7 @@ every interval, but some ideas should constantly be moving forward.
255255

256256
### Creating DEPs for expected features
257257

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)
258+
- [Queue to review](https://github.com/orgs/django/projects/24/views/1?query=layout%3Dtable&filterQuery=status%3A%22Idea+refinement+-+Team+creation+-+For+approval%22+state%3Aopen&layout=table&sortedBy%5Bdirection%5D=&sortedBy%5BcolumnId%5D=)
259259
- The issue should have a DEP created at
260260
- It should contain the following sections:
261261
- Title

0 commit comments

Comments
 (0)