-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Proposal: Handling of issue priority? #14377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just wanted to create my own issue, good that I saw this beforehand. I have a few notes here: This would allow to sort issues according to their priority (same priority issues should be ordered using the creation time of the issues to encourage solving issues that have been open for a longer time - no one should have to navigate to page 265, just to see the specific issue he is looking for, unless this issue is not prioritized at all, seen from a developers view here, issues that far away are likely forgotten). Another potential of using this system is that prior to creating a new issue, each user can assess a range of most likely priorities for his would-be issue (I'd say we do not assume that users are idiots), and in this range he can then more quickly navigate, if the issue he is proposing has already been filed, thus avoiding many duplicate issues. (Because to be honest, when opening this issue I myself had no interest to filter through about 30-40 pages of issues to see if it is already opened - thank god this issue was opened 30 Minutes ago). I'd suggest giving the issue creator the option to specify the priority on issue creation (unless disabled). Of course, If a user retracts his
One question that should be answered in advance is: |
Proposing to implement issue priority handling such as:
Where the idea is to allow coordination in bigger groups so that instead of communicating about which issue to work on the maintainers could just set issue priority where higher the priority the more attention is the issue going to get.
Currently we can only set issue labels that get out of hand when the repository receives lots of issues per day.
The text was updated successfully, but these errors were encountered: