diff --git a/Issue-Triage-Workflow.md b/Issue-Triage-Workflow.md index 4bce34d..84187c9 100644 --- a/Issue-Triage-Workflow.md +++ b/Issue-Triage-Workflow.md @@ -78,13 +78,16 @@ Here are some rough guidelines for assigning bug prioritization: **High Severity:** * Is a security vulnerability that effects most people or leaks important data -* Severely impacts the functionality of the app in core features that would effect most users of the app +* Bug is easy to run into and severely impacts the functionality of the app in core features that would effect most users of the app **Medium Severity:** -* The bug while can be easily encountered, isn't severely impacting the overall usability of the program. +* While the bug while can be easily encountered, isn't severely impacting the overall usability of the program. * -or- has an easy work-around or is in a non-critical part of the app' +* Bug would be less likely to be run into (though not an edge case) and might be difficult to work around. **Low Priority:** * Minor issues or cosmetic design issues that do not significantly affect the functionality of the app. * low impact issues that have an easy work-around * bugs that do affect usability but are only present in edge-cases that most users wouldn't run into +* bugs that don't directly affect usability of the app +