Common bug severity levels #114524
Replies: 1 comment 4 replies
-
+1 to @Zacqary 's notion of not really needing a "5". Though I guess we could keep it since it allows us to have a severity level on all issues. Even those that we just close as wont-fix. The important/must-fix distinction seems a little close. Maybe like this? SEV 1: Urgent, potential blocker If we're interested in expanding research, I often look to k8s as a source of well-thought-out issue handling ideas: https://github.com/kubernetes/kubernetes/labels?q=priority They stick to words rather than numbers which does feel more human/better. |
Beta Was this translation helpful? Give feedback.
-
I'd like to use severity levels on our GitHub bug tickets. Having that information readily available on a bug ticket helps the triage process immensely, and is not really the same as "priority", a product-driven concept.
I'd like to propose these 4-5 severity levels and descriptions. I don't want to use release language, so I've tried to use language that represents urgency. Please suggest updates/improvements!
SEV 1: Urgent, potential blocker
SEV 2: Important, please fix as soon as possible, not a blocker
SEV 3: Must fix, but can wait if necessary
SEV 4: Unsure if this is a problem worth fixing
SEV 5: Close this ticket / wontfix / not worth fixing
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions