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
I think the core issue is that the current way to find PRs mixes together many different states, which makes it harder to triage efficiently
Also, there is currently no documented "review priority".
Describe the solution you'd like
I would like a clearer and more explicit way to find PRs that need community attention.
I think at the core we probably need some sort of triage process and "workflow" for PR review / merge attention. I am acutely aware that we have very little extra capacity for such a process with the existing committers, but I do wonder if having it might attract others who can help the reviews along
Describe alternatives you've considered
For example, a PR priority definition might look like (not saying this is the right one, it is just a strawman)
Regression Bugs (what used to work doesn't anymore)
Bugs
Performance Improvements
New Features
For example, a PR review flow might look like this
flowchart LR
A[Needs Initial Review] --> B[Feedback Received]
B --> C[Feedback Addressed]
C --> B
C --> D[Approved, waiting]
D --> E[Approved Ready to Merge]